aboutsummaryrefslogtreecommitdiff
path: root/pkg/api/api0/errors.go
AgeCommit message (Collapse)Author
2023-09-14pkg/api/api0: Improve UNSUPPORTED_VERSION error messageJack
2023-06-17pkg/api/api0: Separate error message for missing gameserverpg9182
This happens frequently enough to justify it.
2023-03-07pkg/api/api0: Allow game servers to reject connections with a reasonpg9182
This is backwards-compatible with old clients, since it implements it as a new error type.
2022-10-15pkg/api/api0: Rework error responsespg9182
* NorthstarLauncher expects the error field to be an object with enum and msg fields as strings, and often crashes if this isn't the case. * Shorter code, less duplication.
2022-10-15pkg/api/api0: Fix ErrorCode_NO_GAMESERVER_RESPONSE enum valuepg9182
2022-10-13pkg/api/api0: Refactor error message formattingpg9182
2022-10-13pkg/api/api0: Add BAD_REQUEST errorpg9182
2022-10-13pkg/api/api0: Add INTERNAL_SERVER_ERRORpg9182
2022-10-13pkg/api/api0: Import errors from ↵pg9182
R2Northstar/NorthstarMasterServer@b45ff0ef267712e8bff6cd718bb5dc1afcdec420