次の方法で共有


ErrorEvent Struct

Definition

Terminal event indicating a server side error while streaming.

public readonly struct ErrorEvent : IEquatable<Azure.AI.Projects.ErrorEvent>
type ErrorEvent = struct
Public Structure ErrorEvent
Implements IEquatable(Of ErrorEvent)
Inheritance
ErrorEvent
Implements

Constructors

ErrorEvent(String)

Initializes a new instance of ErrorEvent.

Properties

Error

Event sent when an error occurs, such as an internal server error or a timeout.

Methods

Equals(ErrorEvent)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ErrorEvent, ErrorEvent)

Determines if two ErrorEvent values are the same.

Implicit(String to ErrorEvent)

Converts a String to a ErrorEvent.

Inequality(ErrorEvent, ErrorEvent)

Determines if two ErrorEvent values are not the same.

Applies to