Table of Contents

Class APIError

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

Represents an error returned by the API.

public class APIError
Inheritance
APIError
Inherited Members

Properties

ErrorCode

The error code.

[JsonPropertyName("errorCode")]
public string ErrorCode { get; set; }

Property Value

string

Id

The unique identifier for the error instance.

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

Message

The error message.

[JsonPropertyName("message")]
public string Message { get; set; }

Property Value

string

Scope

The scope of the error.

[JsonPropertyName("scope")]
public string Scope { get; set; }

Property Value

string

Title

The title of the error.

[JsonPropertyName("title")]
public string Title { get; set; }

Property Value

string