FacetError interface
A facet whose execution resulted in an error.
- Extends
Properties
errors | An array containing detected facet errors with details. |
result |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript