FacetError interface

A facet whose execution resulted in an error.

Extends

Properties

errors

An array containing detected facet errors with details.

resultType

Polymorphic discriminator, which specifies the different types this object can be

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

Polymorphic discriminator, which specifies the different types this object can be

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