SiwxNotBeforeError
Defined in: errors.ts:240
Policy violation: the message notBefore has not been reached yet. Code: SIWX_NOT_BEFORE.
Not thrown by SIWX itself; see SiwxPolicyViolationError.
Extends
Constructors
Constructor
new SiwxNotBeforeError(
notBefore):SiwxNotBeforeError
Defined in: errors.ts:244
Parameters
notBefore
string
The notBefore found in the message.
Returns
SiwxNotBeforeError
Overrides
SiwxPolicyViolationError.constructor
Properties
code
readonlycode:string='SIWX_ERROR'
Defined in: errors.ts:18
Machine-readable error code, for example SIWX_PARSE_ERROR. Each subclass passes its own code;
SIWX_ERROR is used only by the base class.
Inherited from
notBefore
readonlynotBefore:string
Defined in: errors.ts:244
The notBefore found in the message.
Last updated on