The response code and messages related to any requested watchers.

interface NestedResponse {
    errorCollection?: ErrorCollection;
    status?: number;
    warningCollection?: WarningCollection;
}

Properties

errorCollection?: ErrorCollection

Error messages from an operation.

status?: number
warningCollection?: WarningCollection