OperationErrorErrors constructor

OperationErrorErrors({
  1. String? code,
  2. List<OperationErrorErrorsErrorDetails>? errorDetails,
  3. String? location,
  4. String? message,
})

Implementation

OperationErrorErrors({
  this.code,
  this.errorDetails,
  this.location,
  this.message,
});