Categorygithub.com/tiny-go/errors
repositorypackage
1.2.1
Repository: https://github.com/tiny-go/errors.git
Documentation: pkg.go.dev

# README

errors

Build Status Report Card GoCover

Collection of HTTP error implementations

HTTP error interface

type Error interface{
  error
  Code() int
}

Implementations

CodeCorresponding error type
400BadRequest
401Unauthorized
403Forbidden
404NotFound
405MethodNotAllowed
406NotAcceptable
408RequestTimeout
409Conflict
500InternalServer
501NotImplemented
503ServiceUnavailable