GetWebhookError

public enum GetWebhookError : String

Error enum for get Webhook operation

  • internal error

    Declaration

    Swift

    case internalError
  • webhook not found

    Declaration

    Swift

    case webhookNotFound
  • bad request

    Declaration

    Swift

    case badRequest