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

com.replyyes.facebook.messenger.bean.ErrorResponse Maven / Gradle / Ivy

The newest version!
package com.replyyes.facebook.messenger.bean;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

import lombok.Data;

/**
 * Represents the response object that is returned from the Facebook API whenever a message
 * fails to be sent to a user.
 *
 * https://developers.facebook.com/docs/messenger-platform/send-api-reference/errors
 */
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class ErrorResponse {
    private ErrorPayload error;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy