package
0.0.0-20200707133025-6cd7eb24fa2e
Repository: https://github.com/gost/server.git
Documentation: pkg.go.dev

# Functions

NewBadRequestError creates an apiError with status code 400.
NewConflictRequestError creates an apiError with status code 409.
NewErrorWithStatusCode creates a new apiError with a given status code.
NewRequestInternalServerError creates an apiError with status code 500.
NewRequestMethodNotAllowed creates an apiError with status code 405.
NewRequestNotFound creates an apiError with status code 404.
NewRequestNotImplemented creates an apiError with status code 501.

# Structs

APIError holds information about an error including status codes.