InternalErrorDetails constructor

InternalErrorDetails({
  1. String? errorCode,
  2. String? errorCodeDetail,
  3. String? operationCode,
  4. String? operationCodeDetail,
})

Implementation

InternalErrorDetails({
  this.errorCode,
  this.errorCodeDetail,
  this.operationCode,
  this.operationCodeDetail,
});