Enumeration MKFMTSErrorCode

FMTS controller error code and message.

Enumeration Members

COULD_NOT_CONNECT: 5

Could not connect to the ASiD OTT Service, suggests firewalling.

DOM_MANIPULATION: 100

DOM manipulation has been detected, suggests watermark image has been externally modified.

IMAGE_HASH_FAIL: 1

The watermark image hash did not match the image data, suggests watermark tampering.

INVALID_REQUEST: 7

There was a problem with the data in the request sent to the ASiD OTT Service, suggests tampering with the request.

INVALID_RESPONSE: 8

There was a problem with the data in the response received from the ASiD OTT Service, suggests tampering with the response.

INVALID_TOKEN: 10

There was a problem decrypting the initToken, suggesting the SDK has not been integrated with a trusted player.

SERVER_TIMEOUT: 4

Connection to the ASiD OTT Service timed out, suggests firewalling.

SETUP_ERROR: 0

An error occurred during controller setup or at the time of starting the controller. The error message will have more details on the setup error received.

SIGNATURE_MISMATCH: 2

The response from the ASiD OTT Service failed the signature check, suggests response data tampering.

TERMINATE_REQUESTED: 6

Video termination has been requested for this user by the ADiD OTT Service.

TIMING_ISSUE: 3

Unexpected timings returned by the ASiD OTT Service, suggests replay attack.

UNEXPECTED_RESPONSE: 9

There was a problem with the data in the request sent to the ASiD OTT Service, suggests tampering with the request.

UNKNOWN_ERROR: -1

An unknown error occurred.