ServiceError constructor

ServiceError({
  1. String? createdAt,
  2. String? instanceId,
  3. String? message,
  4. String? serviceErrorId,
  5. String? stackId,
  6. String? type,
})

Implementation

ServiceError({
  this.createdAt,
  this.instanceId,
  this.message,
  this.serviceErrorId,
  this.stackId,
  this.type,
});