ApiError constructor

ApiError(
  1. ApiErrorType type, {
  2. int? statusCode,
  3. Error? error,
})

Implementation

ApiError(this.type, {this.statusCode, this.error});