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

com.dtsx.astra.sdk.utils.ApiResponseError Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
package com.dtsx.astra.sdk.utils;

import java.util.List;

/**
 * Hold response.
 */
public class ApiResponseError {

    /**
     * Errors.
     */
    private List errors;

    /**
     * Response Errors
     */
    public ApiResponseError() {}

    /**
     * Gets errors
     *
     * @return value of errors
     */
    public List getErrors() {
        return errors;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy