Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

ErrorT

Example Usage

import { ErrorT } from "@solarwinds/squadcast-sdk-typescript/models";

let value: ErrorT = {
  code: "<value>",
  message: "<value>",
};

Fields

Field
Type
Required
Description

code

string

✔️

N/A

message

string

✔️

N/A

details

models.Detail[]

N/A

Last updated