An endpoint error state.
Implementations: C, C++, Java, Python
AMQP: Type definition
| Property | Summary | Type | Default value | Mutable | Nullable |
|---|---|---|---|---|---|
| name | The AMQP condition name | symbol | instance | ☒ | ☐ |
| description | A message describing the condition | string | null | ☒ | ☒ |
| properties | Extra properties of the condition | map of symbol ⇒ object | null | ☒ | ☒ |
| Method | Summary | Inputs | Outputs |
|---|---|---|---|
| constructor | Create a new condition | name, [description], [properties] | error-condition |