• Resolved Terry J

    (@texasbiz)


    Hello friends!

    I have searched the docs site, GitHub and some online but cannot find a list of error_codes. For example, here are a couple:

    {"result":"error","message":"Invalid license key","error_code":60}
    
    {"result":"error","message":"Your License key is blocked","error_code":20}

    Have a project working on and would like to use the error_code numbers. Is there a location to find a list of error_code or could you provide a list?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Terry J

    (@texasbiz)

    Guess it was a silly question… Closing.

    Thread Starter Terry J

    (@texasbiz)

    For those that might be in my position and have to use a screen reader due to poor eyesight, codes are below. Screen readers have a hard time with code:) They are in the slm-error-codes.php:

    	const CREATE_FAILED                            = 10;
    	const LICENSE_BLOCKED                          = 20;
    	const LICENSE_EXPIRED                          = 30;
    	const LICENSE_IN_USE                           = 40;
    	const REACHED_MAX_DOMAINS                      = 50;
    	const LICENSE_INVALID                          = 60;
    	const DOMAIN_MISSING                           = 70;
    	const DOMAIN_ALREADY_INACTIVE                  = 80;
    	const VERIFY_KEY_INVALID                       = 90;
    	const CREATE_KEY_INVALID                       = 100;
    	const LICENSE_IN_USE_ON_DOMAIN_AND_MAX_REACHED = 110;
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List of error_codes’ is closed to new replies.