package
0.1.5
Repository: https://github.com/rigdev/rig.git
Documentation: pkg.go.dev

# Functions

AbortedErrorf creates a new error that indicates the operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.
AlreadyExistsErrorf creates a new error that means an attempt to create an entity failed because one already exists.
CanceledErrorf creates a new error that indicates the operation was canceled (typically by the caller).
No description provided by the author
DataLossErrorf creates a new error that indicates unrecoverable data loss or corruption.
DeadlineExceededErrorf creates a new error that means operation expired before completion.
FailedPreconditionErrorf creates a new error that indicates operation was rejected because the system is not in a state required for the operation's execution.
No description provided by the author
InternalErrorf creates a new error that errors.
InvalidArgumentErrorf creates a new error that indicates client specified an invalid argument.
IsAborted indicates the operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.
IsAlreadyExists means an attempt to create an entity failed because one already exists.
IsCanceled indicates the operation was canceled (typically by the caller).
IsDataLoss indicates unrecoverable data loss or corruption.
IsDeadlineExceeded means operation expired before completion.
IsFailedPrecondition indicates operation was rejected because the system is not in a state required for the operation's execution.
IsInternal errors.
IsInvalidArgument indicates client specified an invalid argument.
IsNotFound means some requested entity (e.g., file or directory) was not found.
IsOutOfRange means operation was attempted past the valid range.
IsPermissionDenied indicates the caller does not have permission to execute the specified operation.
IsResourceExhausted indicates some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.
IsUnauthenticated indicates the request does not have valid authentication credentials for the operation.
IsUnavailable indicates the service is currently unavailable.
IsUnimplemented indicates operation is not implemented or not supported/enabled in this service.
IsUnknown error.
No description provided by the author
NotFoundErrorf creates a new error that means some requested entity (e.g., file or directory) was not found.
OutOfRangeErrorf creates a new error that means operation was attempted past the valid range.
PermissionDeniedErrorf creates a new error that indicates the caller does not have permission to execute the specified operation.
ResourceExhaustedErrorf creates a new error that 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
UnauthenticatedErrorf creates a new error that indicates the request does not have valid authentication credentials for the operation.
UnavailableErrorf creates a new error that indicates the service is currently unavailable.
UnimplementedErrorf creates a new error that indicates operation is not implemented or not supported/enabled in this service.
UnknownErrorf creates a new error that error.