ErrorObject class
A simple ErrorObject entity.
- Inheritance
-
- Object
- CoinbaseResponseObject
- ErrorObject
Constructors
- ErrorObject({String? type, String? message})
- Returns an entity containing the type of error and the accompanying message for
- ErrorObject.fromJson(Map data)
-
Creates an ErrorObject using the fields of the response from Coinbase
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns the ErrorObject fields as a String object
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited