ErrorEvent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET