UnknownAttributeTypeError
Defined in: src/attr/errors.ts:109
The node sent back an attribute this SDK cannot decode.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new UnknownAttributeTypeError(
type):UnknownAttributeTypeError
Defined in: src/attr/errors.ts:113
Parameters
Section titled “Parameters”string | number
Returns
Section titled “Returns”UnknownAttributeTypeError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”
readonlytype:string|number
Defined in: src/attr/errors.ts:111
The type as the node named it — a tag over JSON-RPC, a typeId on the wire.