Proton DotNet
|
An immutable error condition that carries information that aids in determining the factors that lead to the error. More...
Static Public Member Functions | |
static IErrorCondition | Create (string condition, string description, IDictionary< string, object > info=null) |
Create an error condition object using the supplied values. The condition string cannot be null however the other attribute can. | |
Properties | |
string | Condition [get] |
Indicates the type of error that this condition conveys. | |
string | Description [get] |
A description of the condition that resulted in this error. | |
IReadOnlyDictionary< string, object > | Info [get] |
Optional supplementary information that aids in processing this error. | |
An immutable error condition that carries information that aids in determining the factors that lead to the error.
|
inlinestatic |
Create an error condition object using the supplied values. The condition string cannot be null however the other attribute can.
condition | The string error condition symbolic name |
description | Description of the error |
info | Optional dictionary containing addition error information</info>
|
|
get |
Indicates the type of error that this condition conveys.
Implemented in Apache.Qpid.Proton.Client.Implementation.ClientErrorCondition.
|
get |
A description of the condition that resulted in this error.
Implemented in Apache.Qpid.Proton.Client.Implementation.ClientErrorCondition.
|
get |
Optional supplementary information that aids in processing this error.
Implemented in Apache.Qpid.Proton.Client.Implementation.ClientErrorCondition.