Class ValidationError

Hierarchy (view full)

  • ApiError<ValidationErrorBody>
    • ValidationError

Constructors

Properties

body: ValidationErrorBody
requestId: string
status: number
timeoutType?: string

Accessors

  • get isUserTimeout(): boolean
  • Returns true if this error was caused by a user-specified timeout (via startTimeout parameter). These errors should NOT be retried.

    Returns boolean

Methods