Error

public enum Error : Swift.Error

A value representing an error.

Cases

  • Indicates that the notification is not decodable.

    Declaration

    Swift

    case notDecodable
  • Indicates that encryption data corresponding to the notification key identifier could not be found.

    Declaration

    Swift

    case unknownKeyIdentifier
  • Indicates that the notification body could not be decrypted.

    Declaration

    Swift

    case notDecryptable
  • Indicates that the notification body could not be parsed.

    Declaration

    Swift

    case unparsableJSON
  • Indicates that a property could not be found in the notification body.

    Declaration

    Swift

    case propertyNotFound
  • Indicates that the value of a property of the notification body is invalid.

    Declaration

    Swift

    case invalidPropertyValue