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 {#invalid-publisher-name}
If the user passes an invalid name
PublishErrorCode.DUPLICATE_PUBLISHER_NAME {#duplicate-publisher-name}
If the user passes a duplicate publisher name
PublishErrorCode.NOT_AUTHORIZED {#not-authorized}
If the user is not authorized
PublishErrorCode.EMPTY_PUBLISHER_ID {#empty-publisher-id}
If publisher id is blank
PublishErrorCode.INVALID_PUBLISHER_ID {#invalid-publisher-id}
If publisher id is invalid
PublishErrorCode.IS_ACTIVE_IS_NULL {#is-active-is-null}
If IsActive is null
Was this topic helpful?