StatusDetailProperties interface
The status detail properties of the connected registry.
Properties
| code | The HTTP status code. NOTE: This property will not be serialized. It can only be populated by the server. |
| correlation |
The correlation ID of the status. NOTE: This property will not be serialized. It can only be populated by the server. |
| description | The description of the status. NOTE: This property will not be serialized. It can only be populated by the server. |
| timestamp | The timestamp of the status. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The component of the connected registry corresponding to the status. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
code
The HTTP status code. NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
Property Value
string
correlationId
The correlation ID of the status. NOTE: This property will not be serialized. It can only be populated by the server.
correlationId?: string
Property Value
string
description
The description of the status. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
timestamp
The timestamp of the status. NOTE: This property will not be serialized. It can only be populated by the server.
timestamp?: Date
Property Value
Date
type
The component of the connected registry corresponding to the status. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string