package
1.1.5
Repository: https://github.com/soedev/soego.git
Documentation: pkg.go.dev

# Functions

Canceled new Canceled error that is mapped to context.Canceled.
DeadlineExceeded new DeadlineExceeded error that is mapped to context.DeadlineExceeded.
FromError try to convert an error to *Error.
IsCanceled determines if err is an error which indicates a Canceled error.
IsDeadlineExceeded determines if err is an error which indicates a DeadlineExceeded error.
IsNotFound determines if err is an error which indicates a NotFound error.
New returns an error object for the code, message.
NotFound new NotFound error that is mapped to context.NotFound.
Register registers error instance.

# Constants

SupportPackageIsVersion1 this constant should not be referenced by any other code.
UnknownReason is unknown reason for error info.

# Variables

No description provided by the author

# Structs

No description provided by the author

# Interfaces

Error defines an grpc error that can be transformed between micro-service caller and micro-service callee.