Initializes an instance of ProcedureNotFoundError.
Optional
message: string = 'The procedure could not be found at the stated endpoint.'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 the procedure could not be found at the stated endpoint.