From de7b402f6ac3fedfe6ff13458dbabdb44e8c25ce Mon Sep 17 00:00:00 2001 From: pg9182 <96569817+pg9182@users.noreply.github.com> Date: Sat, 15 Oct 2022 10:10:26 -0400 Subject: pkg/api/api0: Fix ErrorCode_NO_GAMESERVER_RESPONSE enum value --- pkg/api/api0/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/api') diff --git a/pkg/api/api0/errors.go b/pkg/api/api0/errors.go index 2d06719..dc12d42 100644 --- a/pkg/api/api0/errors.go +++ b/pkg/api/api0/errors.go @@ -7,7 +7,7 @@ type ErrorCode string // https://github.com/R2Northstar/NorthstarMasterServer/blob/b45ff0ef267712e8bff6cd718bb5dc1afcdec420/shared/errorcodes.js const ( - ErrorCode_NO_GAMESERVER_RESPONSE ErrorCode = "NO_GAMESERVER_RESPONS" // Couldn't reach game server + ErrorCode_NO_GAMESERVER_RESPONSE ErrorCode = "NO_GAMESERVER_RESPONSE" // Couldn't reach game server ErrorCode_BAD_GAMESERVER_RESPONSE ErrorCode = "BAD_GAMESERVER_RESPONSE" // Game server gave an invalid response ErrorCode_UNAUTHORIZED_GAMESERVER ErrorCode = "UNAUTHORIZED_GAMESERVER" // Game server is not authorized to make that request ErrorCode_UNAUTHORIZED_GAME ErrorCode = "UNAUTHORIZED_GAME" // Stryder couldn't confirm that this account owns Titanfall 2 -- cgit v1.2.3