menu
spark_framework package
documentation
spark.dart
ApiError
ApiError.new constructor
ApiError.new constructor
dark_mode
light_mode
ApiError
constructor
ApiError
(
{
required
String
message
,
required
String
code
,
int
statusCode
=
500
,
Map
<
String
,
dynamic
>
?
details
,
})
Implementation
ApiError({ required this.message, required this.code, this.statusCode = 500, this.details, });
spark_framework package
documentation
spark
ApiError
ApiError.new constructor
ApiError class