package
1.0.0
Repository: https://github.com/phanitejak/kptgolib.git
Documentation: pkg.go.dev

# 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.

# Interfaces

A Gerror is a tagged error with a stack trace embedded in the Error() string.
A Tag represents an error identifier of any type.

# Type aliases

ErrorCode service error constants.