package
2.0.2
Repository: https://github.com/sillyhatxu/gin-utils.git
Documentation: pkg.go.dev

# Constants

Aborted indicates the operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.
No description provided by the author
AlreadyExists means an attempt to create an entity failed because one already exists.
Canceled indicates the operation was canceled (typically by the caller).
No description provided by the author
DataLoss indicates unrecoverable data loss or corruption.
DeadlineExceeded means operation expired before completion.
FailedPrecondition indicates operation was rejected because the system is not in a state required for the operation's execution.
No description provided by the author
Internal errors.
InvalidArgument indicates client specified an invalid argument.
No description provided by the author
NotFound means some requested entity (e.g., file or directory) was not found.
OK is returned on success.
OutOfRange means operation was attempted past the valid range.
No description provided by the author
PermissionDenied indicates the caller does not have permission to execute the specified operation.
ResourceExhausted indicates some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.
No description provided by the author
No description provided by the author
Unauthenticated indicates the request does not have valid authentication credentials for the operation.
No description provided by the author
Unavailable indicates the service is currently unavailable.
Unimplemented indicates operation is not implemented or not supported/enabled in this service.
Unknown error.
No description provided by the author