Share feedback
Answers are generated based on the documentation.

Experimental

Schema

KitFieldReason

Type: string

KitFieldReason provides stable, nonsecret diagnostic categories.

Values: unspecified: unspecified is invalid in a report. unsupported: unsupported means the backend cannot honor the declaration. unknownField: unknownField means the pinned schema does not recognize the declaration. credentialUnavailable: credentialUnavailable means the declared credential cannot be injected.

All schema constraints and annotations
{
  "description": "KitFieldReason provides stable, nonsecret diagnostic categories.\n\nValues:\nunspecified: unspecified is invalid in a report.\nunsupported: unsupported means the backend cannot honor the declaration.\nunknownField: unknownField means the pinned schema does not recognize the declaration.\ncredentialUnavailable: credentialUnavailable means the declared credential cannot be injected.",
  "enum": [
    "unspecified",
    "unsupported",
    "unknownField",
    "credentialUnavailable"
  ],
  "title": "KitFieldReason",
  "type": "string"
}