AWSHttpException class

Exception thrown when an error occurs during an AWSHttpOperation.

Implemented types
Available Extensions

Constructors

AWSHttpException(AWSBaseHttpRequest request, [Object? underlyingException])
Exception thrown when an error occurs during an AWSHttpOperation.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
method AWSHttpMethod
The method of the HTTP operation which was in progress.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
underlyingException Object?
The exception which triggered this exception being thrown.
final
uri Uri
The URI of the HTTP operation which was in progress.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited