grpcx

package
v0.0.0-...-748419f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Aborted

func Aborted(format string, a ...interface{}) error

Aborted indicates the operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.

func AlreadyExists

func AlreadyExists(format string, a ...interface{}) error

AlreadyExists means an attempt to create an entity failed because one already exists.

func BadRequest

func BadRequest(format string, a ...interface{}) error

BadRequest indicates client specified an invalid argument.

func DeadlineExceeded

func DeadlineExceeded(format string, a ...interface{}) error

DeadlineExceeded means operation expired before completion. For operations that change the state of the system, this error may be returned even if the operation has completed successfully. For example, a successful response from a server could have been delayed long enough for the deadline to expire.

func Internal

func Internal(format string, a ...interface{}) error

Internal errors. Means some invariants expected by underlying system has been broken. If you see one of these errors, something is very broken.

func NotFound

func NotFound(format string, a ...interface{}) error

NotFound means some requested entity (e.g., file or directory) was not found.

func OutOfRange

func OutOfRange(format string, a ...interface{}) error

OutOfRange means operation was attempted past the valid range. E.g., seeking or reading past end of file.

func PermissionDenied

func PermissionDenied(format string, a ...interface{}) error

PermissionDenied indicates the caller does not have permission to execute the specified operation.

func Unimplemented

func Unimplemented(format string, a ...interface{}) error

Unimplemented indicates operation is not implemented or not supported/enabled in this service.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL