DeviceBoundSessionFailedRequest constructor

DeviceBoundSessionFailedRequest({
  1. required String requestUrl,
  2. String? netError,
  3. int? responseError,
  4. String? responseErrorBody,
})

Implementation

DeviceBoundSessionFailedRequest({
  required this.requestUrl,
  this.netError,
  this.responseError,
  this.responseErrorBody,
});