UpdateWebhookError
public enum UpdateWebhookError : String
Error enum when updating a Webhook
-
internal error
Declaration
Swift
case internalError -
The webhook was not found
Declaration
Swift
case webhookNotFound -
invalid payload
Declaration
Swift
case invalidPayload -
bad request
Declaration
Swift
case badRequest -
unauthorized
Declaration
Swift
case unauthorized
View on GitHub