Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 84/109
SSC Error List (SL Multi-Channel Receiver DW)
12.4.6 408 Request Timeout
The client did not produce a request within the time that the SSC Server was prepared to wait. The
client MAY repeat the request without modifications at any later time.
12.4.7 409 Conflict
The request could not be completed due to a conflict with the current state of the resource. This
code is only allowed in situations
where it is expected that the user might be able to resolve the conflict and resubmit the request.
The response body SHOULD include enough information for the user to recognize the source of the
conflict. Ideally, the response entity would include enough information for the user or user agent to
fix the problem; however, that might not be possible and is not required.
12.4.8 410 Gone
Indicates that the resource requested is no longer available and will not be available again. This
should be used when a resource has been intentionally removed and the resource should be
purged. Upon receiving a 410 status code, the client should not request the resource again in the
future.
12.4.9 413 Request Entity Too Large
The SSC Server is refusing to process a request because the request entity is larger than the SSC
Server is willing or able to process.
12.4.10 414 Request Too Complex
The URI provided was too long for the SSC Server to process.
12.4.11 422 Unprocessable Entity
This status code means the SSC Server understands the content type of the request entity, and
the syntax of the request entity is correct but was unable to process the contained instructions.
For example, this error condition may occur if request is syntactically correct, but it is semantically
erroneous.
12.4.12 423 Locked
The resource that is being accessed is locked.
12.4.13 424 Failed Dependency
The request failed due to failure of a previous request.
12.4.14 450 Answer Too Long
This status code is used by the SSC Server to inform the client that the message length for the
response is to large and cannot be send.
12.4.15 454 Parameter Address Not Found
This status code is used by the SSC Server to inform the client that the request cannot be proces-
sed, because the requested addresses is hidden.
12.5 5xx Server Error
Response status codes beginning with the digit "5" indicate cases in which the SSC Server is aware
that it has erred or is incapable of performing the request. Except when responding to a HEAD
request, the SSC Server SHOULD include an entity containing an explanation of the error situation,
and whether it is a temporary or permanent condition. User agents SHOULD display any included
entity to the user. These response codes are applicable to any request method.