Table of Contents

Class RealtimeApiException

Namespace
Glitch9.AIDevKit
public class RealtimeApiException : Exception
Inheritance
object
Exception
RealtimeApiException

Constructors

RealtimeApiException()

public RealtimeApiException()

RealtimeApiException(ErrorInfo)

public RealtimeApiException(ErrorInfo error)

Parameters

error ErrorInfo

RealtimeApiException(string)

public RealtimeApiException(string message)

Parameters

message string

RealtimeApiException(string, Exception)

public RealtimeApiException(string message, Exception inner)

Parameters

message string
inner Exception

Properties

ServerError

public ErrorInfo ServerError { get; }

Property Value

ErrorInfo