Package version:

The status detail properties of the connected registry.

interface StatusDetailProperties {
    code?: string;
    correlationId?: string;
    description?: string;
    timestamp?: any;
    type?: string;
}

Properties

code?: string

The code of the status. NOTE: This property will not be serialized. It can only be populated by the server.

correlationId?: string

The correlation ID of the status. NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

The description of the status. NOTE: This property will not be serialized. It can only be populated by the server.

timestamp?: any

The timestamp of the status. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

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.