mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
791 B
791 B
Class: JOSEAlgNotAllowed
util/errors.JOSEAlgNotAllowed
An error subclass thrown when a JOSE Algorithm is not allowed per developer preference.
Table of contents
Constructors
Properties
Constructors
constructor
• new JOSEAlgNotAllowed(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_ALG_NOT_ALLOWED'
A unique error code for the particular error subclass.