Contains information of the CI error.

Hierarchy

  • CIAppCIError

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Error category used to differentiate between issues related to the developer or provider environments.

message?: string

Error message.

stack?: string

The stack trace of the reported errors.

type?: string

Short description of the error type.

Generated using TypeDoc