Anchor to ArticleUpdateUserErrorCodeArticle
ArticleUpdateUserErrorCode
enum
Possible error codes that can be returned by .
Anchor to Valid valuesValid values
- Anchor to AMBIGUOUS_AUTHORAMBIGUOUS_AUTHOR•
Can't update an article author if both author name and user ID are supplied.
- Anchor to AMBIGUOUS_BLOGAMBIGUOUS_BLOG•
Can't create a blog from input if a blog ID is supplied.
- Anchor to AUTHOR_MUST_EXISTAUTHOR_MUST_EXIST•
User must exist if a user ID is supplied.
- Anchor to BLANKBLANK•
The input value is blank.
- Anchor to INVALIDINVALID•
The input value is invalid.
- Anchor to INVALID_PUBLISH_DATEINVALID_PUBLISH_DATE•
Can’t set isPublished to true and also set a future publish date.
- Anchor to NOT_FOUNDNOT_FOUND•
The record with the ID used as the input value couldn't be found.
- Anchor to TAKENTAKEN•
The input value is already taken.
- Anchor to TOO_LONGTOO_LONG•
The input value is too long.
- Anchor to UPLOAD_FAILEDUPLOAD_FAILED•
Image upload failed.
Was this section helpful?