gonest
API Reference

Exceptions

HttpException and built-in exception reference

gonest.HttpException — base type. NewHttpException().SetStatus(...).SetName(...).SetMessage(...).SetDetails(...)

Built-ins

TypeStatusConstructor
NotFoundException404NewNotFoundException(details any)
BadRequestException400NewBadRequestException(details any)
ConflictException409NewConflictException(details any)
UnauthorizedException401NewUnauthorizedException(details any)
ForbiddenException403NewForbiddenException(details any)

gonest.HttpStatus* — all 63 standard net/http.StatusXxx constants re-exported.

See: Exceptions & Panic Recovery

On this page