XRPCException class base

This exception indicates that an unexpected error occurred when communicating with the ATP server.

Implemented types
Implementers

Constructors

XRPCException(XRPCResponse<XRPCError> response, {String label = 'XRPCException'})
Returns the new instance of XRPCException.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
response XRPCResponse<XRPCError>
The response from the ATP server.
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