Marantz SR5015 HEOS CLI ProtocolSpecification Version - Page 46

Error Codes

Page 46 highlights

"message": "pid='player_id'&shuffle='on_or_off'" } } 5.12 Group Volume Changed Response: { "heos": { "command": "event/group_volume_changed ", "message": "gid='group_id'&level='vol_level'&mute='on_or_off'" } } 5.13 User Changed Response: { "heos": { "command": "event/user_changed", "message": "signed_out" or "signed_in&un=" } } 6.0 Error Codes 6.1 General Error Response Respone: { "heos": { "command": "'command_group'/'command'", "result": "'fail'", "message": "eid="error_id&text=error text&command_arguments'" } } 6.2 Error Code description Description Unrecognized Command Invalid ID Wroing Number of Command Arguments Requested data not available Resource currently not available Invalid Credentials Command Could Not Be Executed User not logged In Parameter out of range User not found Internal Error System Error Code 1 2 3 4 5 6 7 8 9 10 11 12 Text Example Command not recognized. ID not valid Command arguments not correct. Requested data not available. Resource currently not available. Invalid Credentials. Command not executed. User not logged in. Out of range User not found System Internal Error System error&syserrno=XXX

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47

"message": "pid=’player_id’&shuffle='on_or_off'”
}
}
5.12 Group Volume Changed
Response:
{
"heos": {
"command": "event/group_volume_changed ",
"message": "gid='group_id'&level='vol_level'&mute='on_or_off'"
}
}
5.13 User Changed
Response:
{
"heos": {
"command": "event/user_changed",
"message": "signed_out" or "signed_in&un=<current user name>"
}
}
6.0 Error Codes
6.1 General Error Response
Respone:
{
"heos": {
"command": "'command_group'/'command'",
"result": "'fail'",
"message": "eid="error_id&text=error text&
"
command_arguments'
}
}
6.2 Error Code description
Description
Code
Text Example
Unrecognized Command
1
Command not recognized.
Invalid ID
2
ID not valid
Wroing Number of Command Arguments
3
Command arguments not correct.
Requested data not available
4
Requested data not available.
Resource currently not available
5
Resource currently not available.
Invalid Credentials
6
Invalid Credentials.
Command Could Not Be Executed
7
Command not executed.
User not logged In
8
User not logged in.
Parameter out of range
9
Out of range
User not found
10
User not found
Internal Error
11
System Internal Error
System Error
12
System error&syserrno=XXX