[{"label":"Latest (1.0.0)","version":"latest"}]
crest

CrestErrors

Details related to Error that contains count, description, etc.


Properties

integer
count Optional

Represents the count of the errors.


string
description Optional

Description of the error


items Optional

Error Issue IDs details related to Crest.

JSON Example

{
	"count": 0,
	"description": "string",
	"items": {
		"cr_captions_missing": {
			"count": 0,
			"description": "string",
			"id": "string",
			"level": "string"
		},
		"cr_focus_low": {
			"count": 0,
			"description": "string",
			"id": "string",
			"level": "string"
		},
		"cr_focus_missing": {
			"count": 0,
			"description": "string",
			"id": "string",
			"level": "string"
		},
		"cr_transcript_missing": {
			"count": 0,
			"description": "string",
			"id": "string",
			"level": "string"
		}
	}
}
[{"label":"Latest (1.0.0)","version":"latest"}]
crest
Property Of

CrestCategories

Feedback

Was this page helpful?