APIModuleProxyCallerResponseError constructor

APIModuleProxyCallerResponseError(
  1. String message, {
  2. Object? request,
  3. Object? response,
  4. APIResponseStatus? responseStatus,
  5. Object? responseError,
  6. StackTrace? responseStackTrace,
  7. String? module,
  8. String? methodName,
  9. Map<String, Object?>? parameters,
})

Implementation

APIModuleProxyCallerResponseError(
  super.message, {
  this.request,
  this.response,
  this.responseStatus,
  this.responseError,
  this.responseStackTrace,
  this.module,
  this.methodName,
  this.parameters,
});