Contains information about the error parameters for an error message.

Column

Data Type

Constraint

deployment_id

VARCHAR(40)

not null

(primary key)

The unique ID for a pending deployment.

error_param

VARCHAR(255)

null

The error parameters defined for the deployment’s error messages.

sequence_num

BIGINT

not null

(primary key)

The sequence number used to determine where the error parameter is ordered in the context of the deployment.