Difference between revisions of "StatusCode"
Jump to navigation
Jump to search
(Created page with "{{Api_Enum_Spec| Description=Represents the list of possible API response codes. |Values= {{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0" {{!}}- style="...") |
(No difference)
|
Revision as of 10:55, 2 June 2014
Represents the list of possible API response codes.
Values
| Value | Name | Details |
|---|---|---|
| -3 | NotImplemented | The method has not been implemented yet |
| -2 | NotSupported | The requested operation is not supported |
| -1 | UnknownError | There was an unknown error |
| 0 | OK | |
| 30 | AuthenticationRequiredException | Method invoked without required authentication (anonymous user) |
| 144 | InvalidLiveChannel | Live channel does not exist |
| 161 | InvalidLiveProgram | Live program does not exist |
| 180 | InvalidRegion | Region does not exist |
| 181 | InvalidTVTechnology | TV Technology does not exist |
| 182 | InvalidChannelMap | Channel map not existing for region and technology |
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial method design | Harley Cabral |