FacetError interface

A facet whose execution resulted in an error.

Extends

Properties

errors

An array containing detected facet errors with details.

resultType

Result type

Inherited Properties

expression

Facet expression, same as in the corresponding facet request.

Property Details

errors

An array containing detected facet errors with details.

errors: ErrorDetails[]

Property Value

resultType

Result type

resultType: "FacetError"

Property Value

"FacetError"

Inherited Property Details

expression

Facet expression, same as in the corresponding facet request.

expression: string

Property Value

string

Inherited From Facet.expression