FacetError interface
A facet whose execution resulted in an error.
Properties
errors | An array containing detected facet errors with details. |
expression | Facet expression, same as in the corresponding facet request. |
result |
Polymorphic Discriminator |
Property Details
errors
An array containing detected facet errors with details.
errors: ErrorDetails[]
Property Value
expression
Facet expression, same as in the corresponding facet request.
expression: string
Property Value
string
resultType
Polymorphic Discriminator
resultType: "FacetError"
Property Value
"FacetError"