Skip to content

Files

Latest commit

4f7f8a8 · Oct 14, 2021

History

History
49 lines (26 loc) · 832 Bytes

util_errors.JOSEAlgNotAllowed.md

File metadata and controls

49 lines (26 loc) · 832 Bytes

Class: JOSEAlgNotAllowed

An error subclass thrown when a JOSE Algorithm is not allowed per developer preference.

Table of contents

Constructors

Properties

Accessors

Constructors

constructor

new JOSEAlgNotAllowed(message?)

Parameters

Name Type
message? string

Properties

code

code: string = 'ERR_JOSE_ALG_NOT_ALLOWED'

A unique error code for the particular error subclass.

Accessors

code

Static get code(): "ERR_JOSE_ALG_NOT_ALLOWED"

A unique error code for the particular error subclass.

Returns

"ERR_JOSE_ALG_NOT_ALLOWED"