Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.IServiceTopicError Interface Reference

Encapsulates the details of a service topic error. More...

Inheritance diagram for PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.IServiceTopicError:
PushTechnology.DiffusionCore.Messaging.Data.Service.ServiceTopicErrorImpl

Properties

IServiceTopicHandler Handler [get, set]
 Returns the handler that notified the error. More...
 
string RequestId [get, set]
 Returns the request identifier of the failed service request. More...
 
ServiceErrorType ErrorType [get, set]
 Returns the error type. More...
 
string ErrorMessage [get, set]
 Returns the error message. More...
 
string ExceptionMessage [get, set]
 Returns an exception message or null if no exception message is available. More...
 
string AdditionalDetails [get, set]
 Returns additional details if any are available, otherwise null. More...
 

Detailed Description

Encapsulates the details of a service topic error.

Property Documentation

string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.IServiceTopicError.AdditionalDetails
getset

Returns additional details if any are available, otherwise null.

string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.IServiceTopicError.ErrorMessage
getset

Returns the error message.

ServiceErrorType PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.IServiceTopicError.ErrorType
getset

Returns the error type.

string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.IServiceTopicError.ExceptionMessage
getset

Returns an exception message or null if no exception message is available.

IServiceTopicHandler PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.IServiceTopicError.Handler
getset

Returns the handler that notified the error.

string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.IServiceTopicError.RequestId
getset

Returns the request identifier of the failed service request.