Class ApiError
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents an api_error response from the Anthropic API.
public class ApiError : Error
- Inheritance
-
ApiError
- Inherited Members
Constructors
ApiError(string)
Initializes a new instance of the ApiError class.
public ApiError(string message)
Parameters
message
stringThe error message.