BrowserHttpClientException class
May be thrown by BrowserHttpClientRequest.close.
- Implemented types
Constructors
- BrowserHttpClientException.new({required String method, required String url, required String? origin, required HttpHeaders headers, required bool browserCredentialsMode, required String browserResponseType})
- General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Properties
- address → InternetAddress?
-
The address of the socket giving rise to the exception.
final
- browserCredentialsMode → bool
-
Browser "credentials mode".
final
- browserResponseType → String
-
Browser response type.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headers → HttpHeaders
-
HTTP headers
final
- message → String
-
Description of the error.
no setteroverride
- method → String
-
HTTP method ("GET, "POST, etc.)
final
- origin → String?
-
Origin of the HTTP request.
final
- osError → OSError?
-
The underlying OS error.
final
- port → int?
-
The port of the socket giving rise to the exception.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
URL of the HTTP request.
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