Dart Documentationclean_ajax.clientFailedRequestException

FailedRequestException class

Exception thrown when the server does not respond to request or responds with HTTP error code.

class FailedRequestException implements Exception {
 const FailedRequestException();
 String toString() => "FailedRequestException";
}

Implements

Exception

Constructors

const FailedRequestException() #

Creates a new Object instance.

Object instances have no meaningful state, and are only useful through their identity. An Object instance is equal to itself only.

docs inherited from Object
const FailedRequestException();

Methods

String toString() #

Returns a string representation of this object.

docs inherited from Object
String toString() => "FailedRequestException";