Class NotFoundError
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a not_found error.
public class NotFoundError : Error
- Inheritance
-
NotFoundError
- Inherited Members
Constructors
NotFoundError(string)
Initializes a new instance of the NotFoundError class.
public NotFoundError(string message)
Parameters
message
stringThe message of the error.