Table of Contents

Class ServerSentError

Namespace
Glitch9.AIDevKit
public class ServerSentError
Inheritance
object
ServerSentError

Constructors

ServerSentError()

public ServerSentError()

Properties

Code

Error code, if any.

public string Code { get; set; }

Property Value

string

EventId

The event_id of the client event that caused the error, if applicable.

public string EventId { get; set; }

Property Value

string

Message

A human-readable error message.

public string Message { get; set; }

Property Value

string

Param

Parameter related to the error, if any.

public string Param { get; set; }

Property Value

string

Status

This is from Google API, but I don't really know what it is.

public string Status { get; set; }

Property Value

string

Type

The type of error (e.g., "invalid_request_error", "server_error").

public string Type { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.