JsonRpcError
Defined in: packages/iso-filecoin/src/rpc.js:71
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new JsonRpcError(
cause
):JsonRpcError
Defined in: packages/iso-filecoin/src/rpc.js:81
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
cause | JsonRpcError |
Returns
Section titled “Returns”JsonRpcError
Overrides
Section titled “Overrides”Methods
Section titled “Methods”
static
is(value
):value is JsonRpcError
Defined in: packages/iso-filecoin/src/rpc.js:91
Check if a value is a JsonRpcError
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
value | unknown |
Returns
Section titled “Returns”value is JsonRpcError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”[symbol]
Section titled “[symbol]”[symbol]:
boolean
=true
Defined in: packages/iso-filecoin/src/rpc.js:43
Inherited from
Section titled “Inherited from”cause:
JsonRpcError
Defined in: packages/iso-filecoin/src/rpc.js:75
Overrides
Section titled “Overrides”name:
string
='JsonRpcError'
Defined in: packages/iso-filecoin/src/rpc.js:72