StatusDetailProperties interface
The status detail properties of the connected registry.
Properties
| code | The HTTP status code. |
| correlation |
The correlation ID of the status. |
| description | The description of the status. |
| timestamp | The timestamp of the status. |
| type | The component of the connected registry corresponding to the status. |
Property Details
code
The HTTP status code.
code?: string
Property Value
string
correlationId
The correlation ID of the status.
correlationId?: string
Property Value
string
description
The description of the status.
description?: string
Property Value
string
timestamp
The timestamp of the status.
timestamp?: Date
Property Value
Date
type
The component of the connected registry corresponding to the status.
type?: string
Property Value
string