# Functions
No description provided by the author
ErrorCodeString retrieves an enum value from the enum constants string name.
ErrorCodeStrings returns a slice of all String values of the enum.
ErrorCodeValues returns all values of the enum.
InternalError should not return the details of the error to the client for safety reasons.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Type aliases
go:generate go run --mod=mod github.com/dmarkham/enumer --type=ErrorCode --transform=snake --values --trimprefix=ErrorCode --json --output error_code.go.