Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.IRequesterFeatureError Interface Reference

Encapsulates details of a service error. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.IRequesterFeatureError:
PushTechnology.ClientInterface.Client.Features.RequesterFeatureError

Properties

IServiceTopic ServiceTopic [get]
 Returns the service topic. More...
 
string Id [get]
 Returns the request identifier of the failed service request. More...
 
RequesterFeatureError ErrorType [get]
 Returns the error type. More...
 
string ErrorMessage [get]
 Returns the error message. More...
 
string ExceptionMessage [get]
 Returns an exception message. More...
 
string AdditionalDetails [get]
 Returns additional details. More...
 

Detailed Description

Encapsulates details of a service error.

Property Documentation

string PushTechnology.ClientInterface.Client.Features.IRequesterFeatureError.AdditionalDetails
get

Returns additional details.

string PushTechnology.ClientInterface.Client.Features.IRequesterFeatureError.ErrorMessage
get

Returns the error message.

RequesterFeatureError PushTechnology.ClientInterface.Client.Features.IRequesterFeatureError.ErrorType
get

Returns the error type.

string PushTechnology.ClientInterface.Client.Features.IRequesterFeatureError.ExceptionMessage
get

Returns an exception message.

string PushTechnology.ClientInterface.Client.Features.IRequesterFeatureError.Id
get

Returns the request identifier of the failed service request.

IServiceTopic PushTechnology.ClientInterface.Client.Features.IRequesterFeatureError.ServiceTopic
get

Returns the service topic.


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