Initializes an instance of ProcedureInternalServerError.
Optional
message: string = 'An unhandled exception was thrown while attempting to handle the procedure.'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 was thrown while attempting to handle the procedure.