Interface CheckFailure

CheckFailure represents a single failure in the results of a call to ResourceProvider.check

interface CheckFailure {
    property: string;
    reason: string;
}

Properties

Properties

property: string

The property that failed validation.

reason: string

The reason that the property failed validation.

Generated using TypeDoc