![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Implementation of IServiceTopicError. More...
Public Member Functions | |
ServiceTopicErrorImpl (IServiceTopicHandler handler, string requestId, ServiceErrorType errorType, string errorMessage) | |
Constructor. More... | |
override string | ToString () |
Returns the string representation of this object. More... | |
Static Public Attributes | |
static string | errorResponseType = "!ERR" |
The string representing the error response type. More... | |
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... | |
![]() | |
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... | |
Implementation of IServiceTopicError.
PushTechnology.DiffusionCore.Messaging.Data.Service.ServiceTopicErrorImpl.ServiceTopicErrorImpl | ( | IServiceTopicHandler | handler, |
string | requestId, | ||
ServiceErrorType | errorType, | ||
string | errorMessage | ||
) |
Constructor.
handler | |
requestId | |
errorType | |
errorMessage |
override string PushTechnology.DiffusionCore.Messaging.Data.Service.ServiceTopicErrorImpl.ToString | ( | ) |
Returns the string representation of this object.
|
static |
The string representing the error response type.
|
getset |
Returns additional details if any are available, otherwise null.
|
getset |
Returns the error message.
|
getset |
Returns the error type.
|
getset |
Returns an exception message or null if no exception message is available.
|
getset |
Returns the handler that notified the error.
|
getset |
Returns the request identifier of the failed service request.