aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/xsd/error_example_1.xml
blob: 80cafabff787e8b2562f4e960298e9373b3b8a83 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>

<subsonic-response xmlns="http://subsonic.org/restapi"
                   status="failed" version="1.1.1">

    <error code="40" message="Wrong username or password."/>

</subsonic-response>