ValidateConfigurationResponse interface

The response of the action validate configuration.

Extends

Properties

configurationState

Gets the configuration state.

url

URL for the details of the response.

Inherited Properties

error

The error object.

Property Details

configurationState

Gets the configuration state.

configurationState?: string

Property Value

string

url

URL for the details of the response.

url?: string

Property Value

string

Inherited Property Details

error

The error object.

error?: ErrorDetail

Property Value

Inherited From CommonErrorResponse.error