
com.replyyes.facebook.messenger.bean.ErrorResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of facebook-messenger Show documentation
Show all versions of facebook-messenger Show documentation
Java client for Facebook Messenger
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