All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sparkpost.model.responses.ServerErrorResponses Maven / Gradle / Ivy

The newest version!

package com.sparkpost.model.responses;

import java.util.List;

import com.yepher.jsondoc.annotations.Description;

import lombok.Data;
import lombok.EqualsAndHashCode;

@Data
@EqualsAndHashCode(callSuper = true)
public class ServerErrorResponses extends Response {

    @Description(value = "An array errors from the server.", sample = {""})
    List errors;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy