Errors

Errors thrown by the API

Code Message
2 the parameter param is missing
3 the parameter param is invalid
4 the parameter param does not exist in the database
5 the parameter param is unknown and should not be used
10 Pikeo api requires a sigle param of type struct
11 access denied
96 authentication is required for this function
97 authentication failed, incorrect login and/or password
98 signature is not correct
99 nonce already used, replay attack
100 this api key is not authorized to access pikeo API
105 the requested service is unavailable
106 could not upload the picture
150 invalid action: pikeo.action
200 malformed request: request
500 unknown server error


Error Format

REST

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <fault>
    <fault_code>Code</fault_code>
    <fault_message>Message</fault_message>
  </fault>
</response>

XMLRPC

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <fault>
    <faultCode>Code</faultCode>
    <faultString>Message</faultString>
  </fault>
</response>

Comments

New comments are not being accepted at this time.