InvalidProtocolSchemeError
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / InvalidProtocolSchemeError
Class: InvalidProtocolSchemeError
An error describing an invalid protocol scheme.
Extendsβ
Error
Constructorsβ
Constructorβ
new InvalidProtocolSchemeError(
invalidScheme,allowableSchemes):InvalidProtocolSchemeError
Parametersβ
invalidSchemeβ
string
The invalid scheme.
allowableSchemesβ
string[]
The valid schemes that are allowed.
Returnsβ
InvalidProtocolSchemeError
Overridesβ
Error.constructor
Propertiesβ
allowableSchemesβ
readonlyallowableSchemes:string[]
The valid schemes that are allowed.
invalidSchemeβ
readonlyinvalidScheme:string
The invalid scheme.