CosXmlServiceException constructor

CosXmlServiceException({
  1. required int statusCode,
  2. String? httpMsg,
  3. String? requestId,
  4. String? errorCode,
  5. String? errorMessage,
  6. String? serviceName,
  7. String? details,
})

Implementation

CosXmlServiceException({
  required this.statusCode,
  this.httpMsg,
  this.requestId,
  this.errorCode,
  this.errorMessage,
  this.serviceName,
  this.details,
});