ProcessNotificationError

public enum ProcessNotificationError : String

Error enum for processing push notification operation

  • internal error

    Declaration

    Swift

    case internalError
  • empty message

    Declaration

    Swift

    case emptyMessage
  • not webex calling push notification

    Declaration

    Swift

    case notWebexCallingPush
  • no error

    Declaration

    Swift

    case noError