DeleteWebhookError
public enum DeleteWebhookError : String
Enum for error during deleting a Webhook
-
Internal service error
Declaration
Swift
case internalError -
The webhook was not found
Declaration
Swift
case webhookNotFound -
bad request
Declaration
Swift
case badRequest -
unauthorized
Declaration
Swift
case unauthorized
View on GitHub