ResponseParsingException class
Exception thrown when a request response could not be parsed correctly to
an Entry
.
- Inheritance
-
- Object
- S3IException
- ResponseParsingException
Constructors
- ResponseParsingException.new(Exception originalException)
-
Creates a ResponseParsingException with the
originalException
.
Properties
- errorMessage → String
-
The description of the error.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- originalException → Exception
-
The original exception thrown during parsing of the response.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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