ChartnautDocs

The Failure object

A Failure says why a run failed or was cancelled. It is the failure field on a Run, from Get a run and the other run endpoints, and is null on a run that has not failed.

Fields

Field

Type

Description

kind

string

script, plan_limit, out_of_coverage, data_not_ready, timeout, busy, cancelled or internal

message

string

What went wrong

retryable

boolean

Whether running it again can help

diagnostics

array of object

For an indicator or definition that stopped before producing anything: each has severity, code, the stage that failed, and message. Left out otherwise

Errors and exit codes explains each kind and what to do about it.