# Functions
AlreadyExistsErrorf creates a CliniaError with type ErrorTypeAlreadyExists and a formatted message.
FailedPreconditionErrorf creates a CliniaError with type ErrorTypeFailedPrecondition and a formatted message.
InternalErrorf creates a CliniaError with type ErrorTypeInternal and a formatted message.
InvalidArgumentErrorf creates a CliniaError with type ErrorTypeInvalidArgument and a formatted message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Deprecated: use AlreadyExistsErrorf instead.
No description provided by the author
No description provided by the author
Deprecated: use FailedPreconditionErrorf instead.
Deprecated: use InternalErrorf instead.
No description provided by the author
Deprecated: use NotFoundErrorf instead.
No description provided by the author
NotFoundErrorf creates a CliniaError with type ErrorTypeNotFound and a formatted message.
OutOfRangeErrorf creates a CliniaError with type ErrorTypeOutOfRange and a formatted message.
PanicsWithCliniaError asserts that the provided function panics with the expected CliniaError.
No description provided by the author
PermissionDeniedErrorf creates a CliniaError with type ErrorTypePermissionDenied and a formatted message.
UnauthenticatedErrorf creates a CliniaError with type ErrorTypeUnauthenticated and a formatted message.
UnimplementedErrorf creates a CliniaError with type ErrorTypeUnimplemented and a formatted message.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The Invalid type should not be used, only useful to assert whether or not an error is an MdmError during cast.
# Structs
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author