package
0.0.0-20230421032842-748419f5bb2a
Repository: https://github.com/v3nooonn/trytry.git
Documentation: pkg.go.dev

# Functions

Aborted indicates the operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.
AlreadyExists means an attempt to create an entity failed because one already exists.
BadRequest indicates client specified an invalid argument.
DeadlineExceeded means operation expired before completion.
Internal errors.
NotFound means some requested entity (e.g., file or directory) was not found.
OutOfRange means operation was attempted past the valid range.
PermissionDenied indicates the caller does not have permission to execute the specified operation.
Unimplemented indicates operation is not implemented or not supported/enabled in this service.