const factory ErrorResponse({required int code, required String message, required Map<String, String> attachments}) = _ErrorResponse;