Table of Contents

Class RealtimeError

Namespace
AssemblyAI.Realtime
Assembly
AssemblyAI.dll
public record RealtimeError : IEquatable<RealtimeError>
Inheritance
RealtimeError
Implements
Inherited Members

Properties

Error

[JsonPropertyName("error")]
public required string Error { 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.