- Previous: Picture URL
- Up: Pikeo Documentation
- Next: Java API Kit
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>
- Previous: Picture URL
- Up: Pikeo Documentation
- Next: Java API Kit
Docs Navigation
- Home
- Authentication
- PictureURL
- Errors
- javaApiKit
- API
- pikeo test echo
- pikeo test version
- pikeo test login
- pikeo albums getInfo
- pikeo albums getList
- pikeo albums getPhotos
- pikeo comments addComment
- pikeo comments deleteComment
- pikeo comments getList
- pikeo comments getMyCommentedPhotos
- pikeo comments getPicturesCommentedByMe
- pikeo comments updateComment
- pikeo contacts getList
- pikeo groups addPhotos
- pikeo groups findByName
- pikeo groups getInfo
- pikeo groups getList
- pikeo groups getMembers
- pikeo groups getPhotos
- pikeo groups removePhotos
- pikeo groups search
- pikeo people findByUsername
- pikeo people getInfo
- pikeo people getMyInfo
- pikeo people getPublicPhotos
- pikeo photos addTags
- pikeo photos getContactsPublicPhotos
- pikeo photos getInfo
- pikeo photos getMostViewed
- pikeo photos getUserPhotos
- pikeo photos search
- pikeo photos setMeta
- pikeo photos setPrivacy
- pikeo photos upload
- phpApiKit
- DTO

Comments
New comments are not being accepted at this time.