Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SmithyException

public

Type that is implemented by all Smithy shapes marked with the error trait.

deprecated

Hierarchy

  • SmithyException

Implemented by

Index

Properties

Readonly $fault

$fault: "client" | "server"

Whether the client or server are at fault.

Optional Readonly $response

$response: HttpResponse

Reference to low-level HTTP response object.

Optional Readonly $retryable

$retryable: RetryableTrait

Indicates that an error MAY be retried by the client.

Optional Readonly $service

$service: undefined | string

The service that encountered the exception.

Readonly name

name: string

The shape ID name of the exception.