package
4.4.10
Repository: https://github.com/pydio/cells.git
Documentation: pkg.go.dev

# Functions

BadGateway generates a 502 error.
BadRequest generates a 400 error.
CodeFromHTTPStatus converts an HTTP response status into the corresponding gRPC error code.
Conflict generates a 409 error.
Equal tries to compare errors.
Forbidden generates a 403 error.
FromError try to convert go error to *Error.
No description provided by the author
GatewayTimeout generates a 504 error.
InternalServerError generates a 500 error.
IsContextCanceled interprets error as a "context canceled".
IsNetworkError tries to detect if error is a network error.
MethodNotAllowed generates a 405 error.
New generates a custom error.
NotFound generates a 404 error.
NotImplemented generates a 501 error.
Parse tries to parse a JSON string into an error.
ServiceUnavailable generates a 503 error.
Timeout generates a 408 error.
No description provided by the author
Unauthorized generates a 401 error.

# Structs

No description provided by the author