Skip to content

@armada/sdk / index / RootMismatchError

Class: RootMismatchError

Defined in: src/errors.ts:12

Extends

Constructors

Constructor

new RootMismatchError(message, options?): RootMismatchError

Defined in: src/errors.ts:6

Parameters

message

string

options?
cause?

unknown

Returns

RootMismatchError

Inherited from

ArmadaError.constructor

Properties

code

readonly code: "ROOT_MISMATCH" = 'ROOT_MISMATCH'

Defined in: src/errors.ts:13

Overrides

ArmadaError.code