Package version:

Interface InstanceViewStatus

Instance view status.

interface InstanceViewStatus {
    code?: string;
    displayStatus?: string;
    level?: StatusLevelTypes;
    message?: string;
    time?: any;
}

Properties

code?: string

The status code.

displayStatus?: string

The short localizable label for the status.

The level code.

message?: string

The detailed status message, including for alerts and error messages.

time?: any

The time of the status.