Package version:

The result of the test input or output request.

interface TestDatasourceResult {
    error?: ErrorError;
    status?: string;
}

Hierarchy (view full)

Properties

Properties

error?: ErrorError

Error definition properties.

status?: string

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

Generated using TypeDoc