CosXmlClientException constructor

CosXmlClientException({
  1. required int errorCode,
  2. String? message,
  3. String? details,
})

Implementation

CosXmlClientException({
  required this.errorCode,
  this.message,
  this.details,
});