# Functions
LastResortHandler - Setup at start of program to capture panics not solved elsewhere to enable logging prior to program close down.
LastResortHandlerWithContext - Setup at start of program to capture panics not solved elsewhere to enable logging prior to program close down.
NewClientError - returns a default BadRequest denoting a client user error.
NewError - returns a full core error struct from the default error type.
NewSystemError - returns a default InternalServerError denoting an implementation issue.
NewValidationError - returns a default StatusOK error denoting a user validation error.
SetupEventing - Configures your eventing if enabled via env variable: ERROR_EVENTING = true.
WriteDeveloperEvent - Sends message to sentry to enable a developer to pick up and fix a known issue where auto-fix is not yet knownTo be used when client should not receive error however developer MUST fix it to restore full client functionality.
# Constants
4xx.
No description provided by the author
5xx.
No description provided by the author
No description provided by the author
2xx.
No description provided by the author
No description provided by the author