Class ErrorType
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents the error type.
public class ErrorType
- Inheritance
-
ErrorType
- Inherited Members
Fields
ApiError
Represents the api_error type.
public const string ApiError = "api_error"
Field Value
AuthenticationError
Represents the authentication_error type.
public const string AuthenticationError = "authentication_error"
Field Value
InvalidRequestError
Represents the invalid_request error type.
public const string InvalidRequestError = "invalid_request_error"
Field Value
NotFoundError
Represents the not_found_error type.
public const string NotFoundError = "not_found_error"
Field Value
OverloadedError
Represents the overloaded_error type.
public const string OverloadedError = "overloaded_error"
Field Value
PermissionError
Represents the permission_error type.
public const string PermissionError = "permission_error"
Field Value
RateLimitError
Represents the rate_limit_error type.
public const string RateLimitError = "rate_limit_error"