KyteErrorResponse class

Inheritance

Constructors

KyteErrorResponse({String? message})
KyteErrorResponse.fromJson(Map<String, dynamic> json)
Parse the json and populate data

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
The error message returned from API if the response code was other than 200
getter/setter pair
responseCode int?
The response code returned from Kyte API, which is the same as HTTP response codes
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionToken String?
The session token returned from the API. This value defaults to "0" when there is no active session
getter/setter pairinherited
txToken String?
The transaction token returned from the API. This value defaults to "0" when there is no active session
getter/setter pairinherited

Methods

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

Operators

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