Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecordNotFound ¶
type RecordNotFound struct { Type string IdentifierColumn string Identifier string Err error PrintOriginalErr bool }
RecordNotFound is a custom error which could be thrown if API or DB records were not found
func (*RecordNotFound) Error ¶
func (e *RecordNotFound) Error() string
Error prints the full error message as string
Click to show internal directories.
Click to hide internal directories.