Interface OutOfBandPayloadError

All Superinterfaces:
MobileAuthenticationClientError
All Known Subinterfaces:
OutOfBandPayloadError.DecryptionError, OutOfBandPayloadError.DeviceProtectionError, OutOfBandPayloadError.MalformedPayload, OutOfBandPayloadError.NoDeviceLockError

public interface OutOfBandPayloadError extends MobileAuthenticationClientError
The error returned when there is a problem with the out-of-band payload: it cannot be decrypted or the provided JSON is not properly formatted.
See Also: