An object describing the error with error type and error message.

Hierarchy

  • SLOHistoryResponseErrorWithType

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
errorMessage: string

A message with more details about the error.

errorType: string

Type of the error.

Generated using TypeDoc