mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
819 B
819 B
Class: JOSENotSupported
util/errors.JOSENotSupported
An error subclass thrown when a particular feature or algorithm is not supported by this implementation or JOSE in general.
Table of contents
Constructors
Properties
Constructors
constructor
• new JOSENotSupported(message?)
Parameters
| Name | Type |
|---|---|
message? |
string |
Properties
code
• code: string
A unique error code for the particular error subclass.
code
▪ Static code: string = 'ERR_JOSE_NOT_SUPPORTED'
A unique error code for the particular error subclass.