PublishErrorCode
No description
enum PublishErrorCode {
INVALID_PUBLISHER_NAME
DUPLICATE_PUBLISHER_NAME
NOT_AUTHORIZED
EMPTY_PUBLISHER_ID
INVALID_PUBLISHER_ID
IS_ACTIVE_IS_NULL
}
Values
PublishErrorCode.INVALID_PUBLISHER_NAME
If the user passes an invalid name
PublishErrorCode.DUPLICATE_PUBLISHER_NAME
If the user passes a duplicate publisher name
PublishErrorCode.NOT_AUTHORIZED
If the user is not authorized
PublishErrorCode.EMPTY_PUBLISHER_ID
If publisher id is blank
PublishErrorCode.INVALID_PUBLISHER_ID
If publisher id is invalid
PublishErrorCode.IS_ACTIVE_IS_NULL
If IsActive is null
Was this topic helpful?