Wiki

Clone wiki

Numera.LibrisAPI / event.FailActivation

Home > Event Dictionary > FailActivation

FailActivation

The "FailActivation" event is raised by the platform as a result of a user pressing the activate button in the web app or a partner making an API call to activate the device. The following information is stored in the details object:

FieldDescription
activation_codeinteger code about an error, -1 or others mean different errors -- should be -1 for this event
activation_messagecontains additional information, such as "Duplicate activation request submitted within 3 minutes"

Updated