From 9d5d130038ed90564c3acfb2fd2ff64e3d7b0bd9 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 9 Aug 2021 21:11:52 -0400 Subject: Fix up cli. Continue fixing up the library and web app. Initial API spec --- steam/steam.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'steam/steam.go') diff --git a/steam/steam.go b/steam/steam.go index c477191..ae69020 100644 --- a/steam/steam.go +++ b/steam/steam.go @@ -12,8 +12,9 @@ import ( ) var ( - E_GameDoesNotExist = errors.New("Game does not exist") - E_BadURI = errors.New("The URI supplied is not understood") + E_GameDoesNotExist = errors.New("Game does not exist") + E_BadURI = errors.New("The URI supplied is not understood") + E_OperationConflict = errors.New("Another conflicting job is running on this game right now") ) // Library is used to represent the steam library, the Games map is populated -- cgit v1.2.3