Condividi tramite


SessionUpdateError Class

Definition

Returned when an error occurs, which could be a client problem or a server problem. Most errors are recoverable and the session will stay open, we recommend to implementors to monitor and log error messages by default.

public class SessionUpdateError : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.SessionUpdateError>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.SessionUpdateError>
type SessionUpdateError = class
    inherit SessionUpdate
    interface IJsonModel<SessionUpdateError>
    interface IPersistableModel<SessionUpdateError>
Public Class SessionUpdateError
Inherits SessionUpdate
Implements IJsonModel(Of SessionUpdateError), IPersistableModel(Of SessionUpdateError)
Inheritance
SessionUpdateError
Implements

Applies to