CallError
Defined in: errors/index.ts:16
Error thrown when there’s an issue calling the canister. This includes network errors, agent errors, canister not found, etc.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new CallError(
message,cause?):CallError
Defined in: errors/index.ts:19
Parameters
Section titled “Parameters”message
Section titled “message”string
cause?
Section titled “cause?”unknown
Returns
Section titled “Returns”CallError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”cause?
Section titled “cause?”
readonlyoptionalcause:unknown
Defined in: errors/index.ts:17