Response object

interface Response {
    results?: Results;
    status: StatusCode;
    status_text?: string;
}

Properties

results?: Results

Map of key:value pairs that contain additional results based on the invoking Command

status: StatusCode

An integer status code

status_text?: string

A free-form human-readable description of the Response status