ApiError constructor
ApiError({})
Implementation
ApiError({
required this.message,
this.errorId = 'api_error',
this.suggestion,
this.statusCode,
this.errorType,
this.responseBody,
});
ApiError({
required this.message,
this.errorId = 'api_error',
this.suggestion,
this.statusCode,
this.errorType,
this.responseBody,
});