Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

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

Deprecated

Hierarchy

  • SmithyException

Properties

$fault: "client" | "server"

Whether the client or server are at fault.

$response?: HttpResponse

Reference to low-level HTTP response object.

$retryable?: RetryableTrait

Indicates that an error MAY be retried by the client.

$service?: string

The service that encountered the exception.

name: string

The shape ID name of the exception.