DeviceInformationChangeErrorType

@objc
public enum DeviceInformationChangeErrorType : Int

The possible error types can occur with operations related to a NMADeviceInformationChange.

  • The device information to be updated could not be found.

    Declaration

    Swift

    case NotFound
  • An error occurred signing the update device information request.

    Declaration

    Swift

    case SigningError
  • There is already a device information with the provided name. All the device information names of a given user must be unique.

    Declaration

    Swift

    case NameAlreadyExists
  • A network error occurred.

    Declaration

    Swift

    case NetworkError
  • Unknown error, handling not categorized error cases.

    Requires

    iOS platform

    Declaration

    Swift

    case Unknown