ClientException

Base exception class for any errors that occur while attempting to use an SDK client to make (Smithy) service calls.

Inheritors

Constructors

Link copied to clipboard
constructor()
constructor(message: String?)
constructor(message: String?, cause: Throwable?)
constructor(cause: Throwable?)

Inherited properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard

Additional metadata about the error