Class WebhookPayloadException
The signature was valid, but the body JSON could not be deserialized into Line.OpenApi.Messaging.Webhook.Generated.Models.CallbackRequest.
public sealed class WebhookPayloadException : WebhookException, ISerializable
- Inheritance
-
WebhookPayloadException
- Implements
- Inherited Members
Constructors
WebhookPayloadException(string)
public WebhookPayloadException(string message)
Parameters
messagestring
WebhookPayloadException(string, Exception?)
public WebhookPayloadException(string message, Exception? innerException)