Skip to content

@armada/sdk / index / InvalidRequestError

Class: InvalidRequestError

Defined in: src/errors.ts:92

Caller-supplied plan/request input is invalid (non-positive output, inconsistent adapt binding, …).

Extends

Constructors

Constructor

new InvalidRequestError(message, options?): InvalidRequestError

Defined in: src/errors.ts:6

Parameters

message

string

options?
cause?

unknown

Returns

InvalidRequestError

Inherited from

ArmadaError.constructor

Properties

code

readonly code: "INVALID_REQUEST" = 'INVALID_REQUEST'

Defined in: src/errors.ts:93

Overrides

ArmadaError.code