HttpRequestException class

An exception thrown when a http request responds with a status code other than successful (2xx) and the response is not in the openid error format.

Implemented types

Constructors

HttpRequestException({required int statusCode, dynamic body})

Properties

body → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
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