menu
genai_components package
documentation
api/api_manager.dart
ApiError
ApiError.new constructor
ApiError.new constructor
dark_mode
light_mode
ApiError
constructor
ApiError
(
{
int
?
statusCode
,
String
?
message
,
String
?
error
,
})
Implementation
ApiError({this.statusCode, this.message, this.error});
genai_components package
documentation
api/api_manager
ApiError
ApiError.new constructor
ApiError class