ServerErrorResponse constructor
Creates a ServerErrorResponse instance.
All fields are required to construct the object.
Implementation
ServerErrorResponse({
required this.code,
required this.message,
required this.statusCode,
});
Creates a ServerErrorResponse instance.
All fields are required to construct the object.
ServerErrorResponse({
required this.code,
required this.message,
required this.statusCode,
});