Defines common structures used throughout the chamber.io infrastructure.
Interfaces: None
A generic error providing a message and some basic meta data.
Field | Type | Required? | Default | Description |
---|---|---|---|---|
id | uuid | Yes | - | A guid for identifying the error e.g. in log files.
|
timestamp | date-time-iso8601 | Yes | - | Timestamp of the when the error occurred.
|
source | string | No | - | An optional source on which the error occurred.
|
type | string | No | - | An optional type for categorizing e.g.
|
message | string | Yes | - | The actual message of the error.
|
Interfaces: None
Response model indicating the health of a service.
Field | Type | Required? | Default | Description |
---|---|---|---|---|
health | string | Yes | - | The current health of the service. Normally this is
|