Initializes an instance of ProcedureUnknownError.
Optional
message: string = 'An unhandled exception of unknown origin was thrown while handling the request.'A string indicating the cause of the error.
Optional
data: Record<string, unknown>An optional dictionary of data which will be passed to a procedure's caller when thrown.
The code used to identify the error type.
Optional
dataAn optional dictionary of data which will be passed to a procedure's caller when thrown.
A string indicating the cause of the error.
The name of the error type.
Generated using TypeDoc
When thrown, indicates that an unhandled exception of unknown origin was thrown while handling the request.