Constant

UNI_MALFUNCTION

Indicates a defect with the implementation.

Since v1.0
enum unistat {
    UNI_MALFUNCTION,
}

Discussion 🔗

This failure code indicates a defect with the implementation. In a working version of Unicorn, an application will never see this status code. If an application does encounter this code, it means there is a bug in Unicorn.