Skip to content

@armada/sdk / index / QuickSyncSchemaError

Class: QuickSyncSchemaError

Defined in: src/errors.ts:43

A quick-sync response failed schema validation (unknown version, missing/mistyped fields).

Extends

Constructors

Constructor

new QuickSyncSchemaError(message, options?): QuickSyncSchemaError

Defined in: src/errors.ts:6

Parameters

message

string

options?
cause?

unknown

Returns

QuickSyncSchemaError

Inherited from

ArmadaError.constructor

Properties

code

readonly code: "QUICK_SYNC_SCHEMA" = 'QUICK_SYNC_SCHEMA'

Defined in: src/errors.ts:44

Overrides

ArmadaError.code