InvalidAttributeNameError
Defined in: src/attr/errors.ts:70
An attribute name violated the on-chain name grammar.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new InvalidAttributeNameError(
attributeName,reason):InvalidAttributeNameError
Defined in: src/attr/errors.ts:73
Parameters
Section titled “Parameters”attributeName
Section titled “attributeName”string
reason
Section titled “reason”string
Returns
Section titled “Returns”InvalidAttributeNameError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”attributeName
Section titled “attributeName”
readonlyattributeName:string
Defined in: src/attr/errors.ts:71