MagentoHttpException class
Дополнительные исключения HTTP
- Inheritance
-
- Object
- MagentoException
- MagentoHttpException
Constructors
- MagentoHttpException.new(String message, [int? statusCode, dynamic responseData])
-
const
Properties
- code → String?
-
finalinherited
-
details
→ Map<
String, dynamic> ? -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isApiError → bool
-
Check if this is an API error
no setterinherited
- isAuthenticationError → bool
-
Check if this is an authentication error
no setterinherited
- isNetworkError → bool
-
Check if this is a network error
no setterinherited
- message → String
-
finalinherited
- responseData → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCode → int?
-
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