Table of Contents

Class BatchSendEmailResponse

Namespace
Mailtrap.Emails.Responses
Assembly
Mailtrap.Abstractions.dll

Represents send email response details object for batch requests.

public sealed record BatchSendEmailResponse : SendEmailResponse, IEquatable<SendEmailResponse>, IEquatable<BatchSendEmailResponse>
Inheritance
BatchSendEmailResponse
Implements
Inherited Members

Properties

Errors

Gets the errors, associated with the response.

[JsonPropertyName("errors")]
[JsonPropertyOrder(3)]
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
public IList<string> Errors { get; }

Property Value

IList<string>

Collection of error(s) details.