An error subclass thrown when a particular feature or algorithm is not supported by this implementation or JOSE in general.
• new JOSENotSupported(message?
)
Name | Type |
---|---|
message? |
string |
• code: string
= 'ERR_JOSE_NOT_SUPPORTED'
A unique error code for the particular error subclass.
• Static
get
code(): "ERR_JOSE_NOT_SUPPORTED"
A unique error code for the particular error subclass.
"ERR_JOSE_NOT_SUPPORTED"