Serialized Form
-
Package com.sendly.exceptions
-
Exception com.sendly.exceptions.AuthenticationException
class AuthenticationException extends SendlyException implements Serializable -
Exception com.sendly.exceptions.InsufficientCreditsException
class InsufficientCreditsException extends SendlyException implements Serializable -
Exception com.sendly.exceptions.NetworkException
class NetworkException extends SendlyException implements Serializable -
Exception com.sendly.exceptions.NotFoundException
class NotFoundException extends SendlyException implements Serializable -
Exception com.sendly.exceptions.RateLimitException
class RateLimitException extends SendlyException implements Serializable-
Serialized Fields
-
retryAfter
int retryAfter
-
-
-
Exception com.sendly.exceptions.SendlyException
class SendlyException extends RuntimeException implements Serializable-
Serialized Fields
-
errorCode
String errorCode
-
statusCode
int statusCode
-
-
-
Exception com.sendly.exceptions.ValidationException
class ValidationException extends SendlyException implements Serializable
-
-
Package com.sendly.webhooks
-
Exception com.sendly.webhooks.Webhooks.WebhookSignatureException
class WebhookSignatureException extends Exception implements Serializable
-