# README
This package provides a convenient way to map custom errors to both HTTP and gRPC status codes. This helps in ensuring consistency in error handling across different service architectures.
# Variables
AlreadyExists is used when the resource already exists.
Internal is used when an internal error occurs.
InvalidArgument is used when the client sends invalid arguments.
NotFound is used when the requested resource is not found.
No description provided by the author
PermissionDenied is used when the client is not authorized to perform the requested operation.
Unauthorized is used when the client is not authenticated.
Unknown is the default error code.