Table of Contents

Class RateLimitError

Namespace
AnthropicClient.Models
Assembly
AnthropicClient.dll

Represents a rate_limit error.

public class RateLimitError : Error
Inheritance
RateLimitError
Inherited Members

Constructors

RateLimitError(string)

Initializes a new instance of the RateLimitError class.

public RateLimitError(string message)

Parameters

message string

The message of the error.