Skip to main content

Possible errors of Meta API's

Other Common Errors:

Rename document

Error code

R3029

Error description

Unable to rename the document.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

Update document description

Error code

R3009

Error description

Unable to update the document description.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

Make document as favourite

Error code

R3010

Error description

Unable to make the document as favourite.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

Mark document as final

Error code

R3011

Error description

Unable to mark the document as final.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

Lock document

Error code

R3012

Error description

Unable to lock the document.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

Unlock document

Error code

R3013

Error description

Unable to unlock the document.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

Update document properties

Error code

R3026

Error description

Unable to update the document properties.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

Remove document from favourite

Error code

R3027

Error description

Unable to remove the document from favourite list.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

Revert document from final

Error code

R3028

Error description

Unable to revert the document which is marked as final to edit more.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

Other Common errors

1. Error code

R3014

Error description

While trying to lock a document which is already locked, it throws this error code.

Suggested action 

Please confirm if the document is already locked.

 

2. Error code

R3016

Error description

While trying to unlock a document which is locked by a different user, it throws this error code.

Suggested action 

Please check with the admin of the document to get access to it.

 

3. Error code

R3017

Error description

Unable to complete the lock operation.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

4. Error code

R3015

Error description

While trying to unlock a document which is not locked yet, this error code will be thrown.

Suggested action 

Please confirm if the document is locked and then try to unlock it.

 

5. Error code

R3301

Error description

Your request will not be processed at the moment due to a temporary server error.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

6. Error code

R3303

Error description

An error while trying to publish your post.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

7. Error code

R3305

Error description

Unable to publish your post at the moment due to a temporary server error.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

8. Error code

R3306

Error description

Unable to publish your post as there was an error connecting to your account.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

9. Error code

R3307

Error description

A temporary error while scheduling your post.

Suggested action 

This might be due to an internal error. Please try again after some time.

 

10. Error code

R3308

Error description

Your request will not be processed at the moment due to a temporary server error.

Suggested action 

This might be due to an internal error. Please try again after some time.

Error Response

 

Rename document

Copied{
  "error": {
    "message": "There was a problem renaming the document.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3029"
  }
}

Rename document

Update document description

Copied{
  "error": {
    "message": "There was a problem updating the document description.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3009"
  }
}

Make document as favourite

Copied{
  "error": {
    "message": "There was a problem making this document as favourite.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3010"
  }
}

Mark document as final

Copied{
  "error": {
    "message": "There was a problem marking the document as final.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3011"
  }
}

Lock document

Copied{
  "error": {
    "message": "There was a problem marking this document as locked.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3012"
  }
}

Unlock document

Copied{
  "error": {
    "message": "There was a problem marking this document as unlocked.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3013"
  }
}

Update document properties

Copied{
  "error": {
    "message": "There was a problem updating document properties.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3026"
  }
}

Remove document from favourite

Copied{
  "error": {
    "message": "There was a problem removing document from favourite list.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3027"
  }
}

Revert document from final

Copied{
  "error": {
    "message": "There was a problem reverting document from final.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3028"
  }
}

Error code: R3014

Copied{
  "error": {
    "message": "The document has been already in locked state.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3014"
  }
}

Error code: R3016

Copied{
  "error": {
    "message": "Unlock operation failed. This document has been locked by a different user already.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3016"
  }
}

Error code: R3017

Copied{
  "error": {
    "message": "There was a problem completing the lock operation. Please try again in a while.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3017"
  }
}

Error code: R3015

Copied{
  "error": {
    "message": "The unlock operation failed as the document has not been locked yet.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3015"
  }
}

Error code: R3301

Copied{
  "error": {
    "message": "Your request could not be processed at the moment due to a temporary server error. Please try again.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3301"
  }
}

Error code: R3303

Copied{
  "error": {
    "message": "There was an error while publishing your post. Please try again.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3303"
  }
}

Error code: R3305

Copied{
  "error": {
    "message": "Your post could not be published at the moment due to a temporary server error. Please try again later.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3305"
  }
}

Error code: R3306

Copied{
  "error": {
    "message": "Your post could not be published as there was an error connecting to your account. Please try again.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3306"
  }
}

Error code: R3307

Copied{
  "error": {
    "message": "There was a temporary error while scheduling your post. Please try again.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3307"
  }
}

Error code: R3308

Copied{
  "error": {
    "message": "Your request could not be processed at the moment due to a temporary server error. Please try again.",
    "documentation_url": "https://www.zoho.com/writer/help/api/v1/#errors",
    "errorcode": "R3308"
  }
}