Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field

Data type

Description

type

str

Error type. Currently, the only type shown is background_process

component

str

Devo component that is sending the error log (for example: flow, alert, lookup...)

resource_id

str

ID of the resource that is failing.

severity

str

Severity level of the incident. It can be one of the following:

  • critical

  • major

  • minor

  • low

error_code

str

Code of the error. The error code is always composed by a letter that indicates the Devo component plus a number that indicates the issue, following the rules specified in the section below.

message

str

Definition of the incident.

...

Code errors

Error codes displayed in this table are always composed of a letter and a number, as in the examples below:

...

The letter indicates the Devo component that is affected. For example:

  • Q stands for query.

  • F stands for flow.

  • A stands for alerts.

  • Istands for data ingestion.

...