CommentsApiException class
Exception thrown when the backend answers with an error payload.
- Implemented types
Constructors
Properties
- details → Object?
-
Additional information returned by the backend when available.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- humanMessage → String?
-
Optional human-readable message returned by the backend.
final
- message → String
-
Machine-readable error message (for example
invalid_token_response).final - requestId → String?
-
Optional correlation id returned by the backend.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCode → int
-
HTTP status code returned by the API.
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