Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDBConnection failed.IFailed = failed.New( failed.WithHTTPStatus(http.StatusUnauthorized), failed.WithResponseCode("00002"), failed.WithResponseDesc("Database connection error"), )
ErrDBConnection ...
View Source
var ErrDatabaseSQL failed.IFailed = failed.New( failed.WithHTTPStatus(http.StatusInternalServerError), failed.WithResponseCode("00005"), failed.WithResponseDesc("Database sql error."), )
ErrDatabaseSQL ...
View Source
var ErrInternal failed.IFailed = failed.New( failed.WithHTTPStatus(http.StatusInternalServerError), failed.WithResponseCode("00007"), failed.WithResponseDesc("Internal error."), )
ErrInternal ...
View Source
var ErrInvalidJWtAuth failed.IFailed = failed.New( failed.WithHTTPStatus(http.StatusBadRequest), failed.WithResponseCode("00006"), failed.WithResponseDesc("Invalid token/header signature."), )
ErrInvalidJWtAuth ...
View Source
var ErrTimeout failed.IFailed = failed.New( failed.WithHTTPStatus(http.StatusGatewayTimeout), failed.WithResponseCode("00013"), failed.WithResponseDesc("Timeout/Cancelation.."), )
ErrTimeout ...
View Source
var ErrURLNotFound failed.IFailed = failed.New( failed.WithHTTPStatus(http.StatusNotFound), failed.WithResponseCode("00006"), failed.WithResponseDesc("URL not found."), )
ErrURLNotFound ...
View Source
var ErrUnknown failed.IFailed = failed.New( failed.WithHTTPStatus(http.StatusInternalServerError), failed.WithResponseCode("00001"), failed.WithResponseDesc("Unknown error"), )
ErrUnknown ...
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.