CreateWebhookError
public enum CreateWebhookError : String
Error enum while trying to create Webhook
-
an internal error
Declaration
Swift
case internalError -
The payload was invalid
Declaration
Swift
case invalidPayload -
bad request
Declaration
Swift
case badRequest -
unauthorized
Declaration
Swift
case unauthorized
View on GitHub