# Functions
GetErrorMessage ...
GetErrorType ...
New Returns an error containing the given tag and message and the current stack trace.
Newf Returns an error containing the given tag and format string and the current stack trace.
NewFromError Return an error containing the given tag, the cause of the error, and the current stack trace.
# Constants
AuthenticationFailed - Authentication failed.
ConfigurationsError Configurations reading failed.
DuplicateRecord - Record already exists.
InternalError internal service error.
InvalidQuery Query formation is wrong.
JobPollingError Job Polling failed.
MariaDBError MariaDB Error.
MarshallingError Marshalling/UnMarshalling failed.
NoError No error case.
ObjectNotExist Object not exist.
ValidationFailed json validation failed, Bad Request.
# Type aliases
ErrorCode service error constants.