OperationErrorErrorsErrorDetails constructor

OperationErrorErrorsErrorDetails({
  1. ErrorInfo? errorInfo,
  2. Help? help,
  3. LocalizedMessage? localizedMessage,
  4. QuotaExceededInfo? quotaInfo,
})

Implementation

OperationErrorErrorsErrorDetails({
  this.errorInfo,
  this.help,
  this.localizedMessage,
  this.quotaInfo,
});