Class ErrorEventData
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents data for an error event.
public class ErrorEventData : EventData
- Inheritance
-
ErrorEventData
- Inherited Members
Constructors
ErrorEventData(Error)
Initializes a new instance of the ErrorEventData class.
public ErrorEventData(Error error)
Parameters
error
ErrorThe error.
Properties
Error
Gets the error.
public Error Error { get; init; }