ApiError constructor
const
ApiError({})
Implementation
const ApiError({
required this.type,
required this.message,
this.statusCode,
this.retryAfter,
this.tokenGap,
this.rawError,
});
const ApiError({
required this.type,
required this.message,
this.statusCode,
this.retryAfter,
this.tokenGap,
this.rawError,
});