An immutable error condition that carries information that aids in determining the factors that lead to the error.
More...
|
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. More...
|
|
|
string | Condition [get] |
| Indicates the type of error that this condition conveys More...
|
|
string | Description [get] |
| A description of the condition that resulted in this error. More...
|
|
IReadOnlyDictionary< string, object > | Info [get] |
| Optional supplementary information that aids in processing this error. More...
|
|
An immutable error condition that carries information that aids in determining the factors that lead to the error.
◆ Create()
static IErrorCondition Apache.Qpid.Proton.Client.IErrorCondition.Create |
( |
string |
condition, |
|
|
string |
description, |
|
|
IDictionary< string, object > |
info = null |
|
) |
| |
|
inlinestatic |
Create an error condition object using the supplied values. The condition string cannot be null however the other attribute can.
- Parameters
-
condition | The string error condition symbolic name |
description | Description of the error |
info | Optional dictionary containing addition error information</info> - Returns
|
◆ Condition
string Apache.Qpid.Proton.Client.IErrorCondition.Condition |
|
get |
Indicates the type of error that this condition conveys
◆ Description
string Apache.Qpid.Proton.Client.IErrorCondition.Description |
|
get |
A description of the condition that resulted in this error.
◆ Info
IReadOnlyDictionary<string, object> Apache.Qpid.Proton.Client.IErrorCondition.Info |
|
get |
Optional supplementary information that aids in processing this error.
The documentation for this interface was generated from the following file:
- src/Proton.Client/Client/IErrorCondition.cs