ExtractionFailureCode

What kind of thing went wrong, from a fixed list.

The code is what a query groups by and what an alert fires on, so it comes from a fixed list that no caller can extend at a call site. Anything that does not fit is INTERNAL or UNCLASSIFIED, and a code that keeps getting used for the wrong thing is a signal to add one.

EXPERIMENTAL. The shape may still change while extraction runs (DICE #67) land.

Entries

Link copied to clipboard

The model or its service could not be reached, or refused to serve the request.

Link copied to clipboard

The call was still outstanding when the configured timeout expired.

Link copied to clipboard

The provider declined to answer — a safety refusal, a content filter, a policy block.

Link copied to clipboard

The provider rejected the call for quota or rate reasons.

Link copied to clipboard

A response arrived and could not be parsed into the expected shape.

Link copied to clipboard

A response parsed and then broke the schema or the metamodel it had to satisfy.

Link copied to clipboard

The source material could not be read at the revision the run was asked for.

Link copied to clipboard

Extraction produced results and storing them failed.

Link copied to clipboard

The run, or this part of it, was stopped before it finished.

Link copied to clipboard

A defect on DICE's side of the boundary.

Link copied to clipboard

Nothing above fits, and the caller would rather record the failure than force a code.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.