ErrorResponse constructor
const
ErrorResponse({
- ResponseStatus status = ResponseStatus.internalServerError,
- required String message,
- Map<
String, String> ? errors,
Implementation
const ErrorResponse({super.status = ResponseStatus.internalServerError, required super.message, this.errors})
: super(success: false);