NorbixNotFoundError class
404 — resource does not exist.
- Inheritance
-
- Object
- NorbixError
- NorbixNotFoundError
Constructors
Properties
- code → String
-
Norbix-specific error code (or
NORBIX_HTTP_ERRORif the server did not provide one).finalinherited -
details
→ Map<
String, dynamic> -
Full parsed response body (or transport context) for debugging.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Human-readable message extracted from the response body when possible.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
HTTP status code, or 0 for transport-level failures (DNS, timeout).
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited