Unknown or unexpected errors.
Description
The UnknownError class is used to manage unknown or unexpected errors.
Constructors
NewUnknownError
Creates an error instance and assigns its values.
NewUnknownError(correlationId, code, message string) *ApplicationError
- correlationId: string - (optional) unique transaction id used to trace execution through the call chain.
- code: string - (optional) unique error code. Default: “UNKNOWN”
- message: string - (optional) a human-readable description of the error.