HeliumException class

Represents a runtime error from the Helium API client.

Implemented types

Constructors

HeliumException(String message, {Uri? uri, String? body, Object? cause})
const

Properties

body String?
The HTTP response body causing this exception, if any.
final
cause Object?
The thrown object that caused this exception, if any.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The error message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri?
The Uri that was being accessed, if any.
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