Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicSourceErrorDetails Class Reference

Details of an update error. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicSourceErrorDetails:

Static Public Attributes

static TopicSourceErrorDetails SEND_FAILURE
 A failure was experienced whilst sending the update. More...
 
static TopicSourceErrorDetails INVALID_TOPIC
 The topic being updated was invalid. More...
 
static TopicSourceErrorDetails INVALID_CONTENT
 The content sent with the update was invalid. More...
 
static TopicSourceErrorDetails INVALID_UPDATER
 The updater used is invalid. More...
 
static TopicSourceErrorDetails TOPIC_DOES_NOT_EXIST
 The topic being updated does not exist. More...
 

Detailed Description

Details of an update error.

Member Data Documentation

TopicSourceErrorDetails PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicSourceErrorDetails.INVALID_CONTENT
static
Initial value:
=
new TopicSourceErrorDetails( TopicSourceErrorDetailsEnum.INVALID_CONTENT, 2 )

The content sent with the update was invalid.

TopicSourceErrorDetails PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicSourceErrorDetails.INVALID_TOPIC
static
Initial value:
=
new TopicSourceErrorDetails( TopicSourceErrorDetailsEnum.INVALID_TOPIC, 1 )

The topic being updated was invalid.

TopicSourceErrorDetails PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicSourceErrorDetails.INVALID_UPDATER
static
Initial value:
=
new TopicSourceErrorDetails( TopicSourceErrorDetailsEnum.INVALID_UPDATER, 3 )

The updater used is invalid.

TopicSourceErrorDetails PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicSourceErrorDetails.SEND_FAILURE
static
Initial value:
=
new TopicSourceErrorDetails( TopicSourceErrorDetailsEnum.SEND_FAILURE, 0 )

A failure was experienced whilst sending the update.

TopicSourceErrorDetails PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicSourceErrorDetails.TOPIC_DOES_NOT_EXIST
static
Initial value:
=
new TopicSourceErrorDetails( TopicSourceErrorDetailsEnum.TOPIC_DOES_NOT_EXIST, 4 )

The topic being updated does not exist.


The documentation for this class was generated from the following file: