APIModuleProxyCallerResponseError class

Inheritance

Constructors

APIModuleProxyCallerResponseError(String message, {Object? request, Object? response, APIResponseStatus? responseStatus, Object? responseError, StackTrace? responseStackTrace, String? module, String? methodName, Map<String, Object?>? parameters})

Properties

apiResponse APIResponse?
no setter
extraInfo List<Object>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
message String
finalinherited
methodName String?
final
module String?
final
parameters Map<String, Object?>?
final
request Object?
final
response Object?
final
responseError Object?
final
responseStackTrace StackTrace?
final
responseStatus APIResponseStatus?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeTypeNameSafe String
Returns the runtimeType as String in safe way.
no setteroverride
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setterinherited

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