Table of Contents

Class AuthenticationError

Namespace
AnthropicClient.Models
Assembly
AnthropicClient.dll

Represents an authentication_error response from the Anthropic API.

public class AuthenticationError : Error
Inheritance
AuthenticationError
Inherited Members

Constructors

AuthenticationError(string)

Initializes a new instance of the AuthenticationError class.

public AuthenticationError(string message)

Parameters

message string

The error message.