Failure class abstract
- Implementers
- BadGateway
- BadRequest
- Conflict
- ExpectationFailed
- Forbidden
- GatewayTimeout
- Gone
- InternalServerError
- LengthRequired
- MethodNotAllowed
- NotAcceptable
- NotFound
- NotImplemented
- PayloadTooLarge
- PreconditionFailed
- RangeNotSatisfiable
- RequestTimeout
- ServiceUnavailable
- TooManyRequests
- Unauthorized
- Unexpected
- UnprocessableEntity
- UnsupportedMediaType
- URITooLong
Properties
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