# Functions
ConvertingType wraps error that occured during type assertion to grpc status error.
DoesExist returns status error indicating the resource does exist.
DoesNotExist returns status error indicating that the resource does not exist.
DuplicateField returns a status error for a duplicate field.
FailedToDecrypt is status error from failed decryption operation.
FailedToEncrypt is status error from failed encryption operation.
FailedToExecuteTemplate returns a status error for a failed template execution.
FromJSONMarshal wraps error returned from json.Marshal to a status error.
FromJSONUnMarshal wraps error returned from json.Unmarshal to a status error.
FromProtoMarshal wraps error returned from proto.Marshal to a status error.
FromProtoUnMarshal wraps error returned from proto.Unmarshal to a status error.
IncorrectVal returns a status error indicating val was incorrect.
MissingField returns a status error caused by a missing message field.
Panic on error.
ReadFailed returns a status error for a read operation error.
WrapError is a wraps generic error to a status error.
WrapErrorWithCode is a wraps generic error to a status error with provided code.
WrapErrorWithCodeAndMsg wraps generic error to a status error with provided code and msg.
WrapErrorWithCodeAndMsgFunc is a common message wrapper for WrapErrorWithCodeAndMsg.
WrapErrorWithMsg is a wraps generic error to a status error with code and msg formt.
WrapErrorWithMsgFunc is a common message wrapper for WrapErrorWithMsg.
WrapMessage is a wraps message provided to a status error.
WrapMessagef is a wraps message provided to a status error.
WriteFailed returns a status error for a write operation error.