Class AnthropicError
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents an error response from the Anthropic API.
public class AnthropicError
- Inheritance
-
AnthropicError
- Inherited Members
Constructors
AnthropicError(Error)
Initializes a new instance of the AnthropicError class.
public AnthropicError(Error error)
Parameters
Properties
Error
The error object.
public Error Error { get; init; }
Property Value
Type
The type of the error.
public string Type { get; init; }