Class ErroredMessageBatchResult
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a message batch result that contains an error response.
public class ErroredMessageBatchResult : MessageBatchResult
- Inheritance
-
ErroredMessageBatchResult
- Inherited Members
Constructors
ErroredMessageBatchResult()
Initializes a new instance of the ErroredMessageBatchResult class.
public ErroredMessageBatchResult()
Properties
Error
Gets the error of the message batch result.
public AnthropicError Error { get; init; }