StreamApiException class

Exception related to api calls

Implemented types

Constructors

StreamApiException(String? body, int? status)
Creates a new ApiError instance using the response body and status code

Properties

body String?
Raw body of the response
final
code int?
Stream specific error code
no setter
hashCode int
The hash code for this object.
no setteroverride
jsonData Map<String, dynamic>?
Json parsed body
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
Http status code of the response
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.
override