Skip to content

Make error codes match Open Subsonic spec#671

Merged
sentriz merged 1 commit intosentriz:masterfrom
khers:error-codes
Mar 10, 2026
Merged

Make error codes match Open Subsonic spec#671
sentriz merged 1 commit intosentriz:masterfrom
khers:error-codes

Conversation

@khers
Copy link
Contributor

@khers khers commented Mar 10, 2026

There were a number of error codes being returned that did not match the the code given by the spec. Primarily this was the use of error code 10 (missing input parameter) when 70 (data not found) was the more appropriate return. Though several uses of 10 are actually 0 (internal server or unspecified error).

There were a number of error codes being returned that did not match the
the code given by the spec. Primarily this was the use of error code 10
(missing input parameter) when 70 (data not found) was the more
appropriate return. Though several uses of 10 are actually 0 (internal
server or unspecified error).

Signed-off-by: Eric B Munson <[email protected]>
@sentriz sentriz merged commit 1b770c9 into sentriz:master Mar 10, 2026
1 check passed
@sentriz
Copy link
Owner

sentriz commented Mar 10, 2026

thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants