ApiError constructor

ApiError({
  1. String? name,
  2. String? message,
  3. String? debugId,
  4. String? informationLink,
  5. List<ApiErrorDetails>? details,
  6. List<LinkDescription>? links,
})

Implementation

ApiError(
    {this.name,
    this.message,
    this.debugId,
    this.informationLink,
    this.details,
    this.links});