Class WebhookMessageErrorResponse

java.lang.Object
net.commuty.parking.model.WebhookMessageErrorResponse

public class WebhookMessageErrorResponse extends Object
When a message is sent to the webhook recipient, this class represents the expected error type to return in the HTTP body.
  • Constructor Details

    • WebhookMessageErrorResponse

      public WebhookMessageErrorResponse(String reason, String message)
  • Method Details