ValidateResponse interface

Describes the result of resource validation.

Properties

error

Error details for the case when validation fails.

status

Result of validation.

Property Details

error

Error details for the case when validation fails.

error?: ValidateResponseError

Property Value

status

Result of validation.

status?: string

Property Value

string