UpgradeRequiredHttpException class

426 Upgrade Required (Http Exception).

Inheritance

Constructors

UpgradeRequiredHttpException({String detail = '', Map<String, dynamic>? data, Uri? uri})
426 Upgrade Required (Http Exception).
const

Properties

data Map<String, dynamic>?
Additional data about the exception as a map.
finalinherited
detail String
A human-readable message providing more details about the error.
finalinherited
hashCode int
Provides a hash code for this HttpException instance.
no setterinherited
httpStatus → HttpStatus
The HTTP status code associated with the exception.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri?
The URI associated with the HTTP request that resulted in this error.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the HttpException instance to a Map.
inherited
toString() String
Converts the HttpException to a String representation.
inherited

Operators

operator ==(covariant HttpException other) bool
Compares this HttpException instance to another object.
inherited