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