mirror of
https://github.com/danbulant/jose
synced 2026-05-19 12:29:04 +00:00
1.5 KiB
1.5 KiB
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.
Hierarchy
-
↳
JOSENotSupported
Table of contents
Constructors
Properties
Constructors
constructor
• new JOSENotSupported(message?)
Parameters
| Name | Type |
|---|---|
message? |
string |
Inherited from
Defined in
Properties
code
• code: string
A unique error code for the particular error subclass.
Overrides
Defined in
code
▪ Static code: string = 'ERR_JOSE_NOT_SUPPORTED'
A unique error code for the particular error subclass.