ActivityErrorResources Class
Error messages for activity operations.
Error codes are organized in the range -64000 to -64999.
Constructor
ActivityErrorResources()
Methods
| __init__ |
Initialize ActivityErrorResources. |
| __new__ |
__init__
Initialize ActivityErrorResources.
__init__()
__new__
__new__(**kwargs)
Attributes
ChannelIdProductInfoConflict
ChannelIdProductInfoConflict = ErrorMessage(code=-64001, message='Conflict between channel_id.sub_channel and produc...')
ChannelIdValueConflict
ChannelIdValueConflict = ErrorMessage(code=-64002, message='If value is provided, channel and sub_channel must...')
ChannelIdValueMustBeNonEmpty
ChannelIdValueMustBeNonEmpty = ErrorMessage(code=-64003, message='value must be a non empty string if provided...')
InvalidChannelIdType
InvalidChannelIdType = ErrorMessage(code=-64000, message='Invalid type for channel_id: {0}. Expected Channel...')
InvalidFromPropertyType
InvalidFromPropertyType = ErrorMessage(code=-64004, message='Invalid type for from_property: {0}. Expected Chan...')
InvalidRecipientType
InvalidRecipientType = ErrorMessage(code=-64005, message='Invalid type for recipient: {0}. Expected ChannelA...')