For the complete documentation index, see llms.txt. This page is also available as Markdown.

Error Object

Description

When errors occur, the Skeddly API will return a model with the following properties:

Properties

errorCode

Error code related to the error.

Type: string

message

Descriptive message explaining (as best as possible) the error.

Type: string

modelState

Map of model errors.

Type: object

Sample JSON for Unauthorized Operation

Sample JSON for Invalid Parameter

Last updated