All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.afrozaar.wordpress.wpapi.v2.exception.ExceptionCodes Maven / Gradle / Ivy

There is a newer version: 4.8.3
Show newest version
package com.afrozaar.wordpress.wpapi.v2.exception;

public class ExceptionCodes {
    public static final String EXISTING_USER_LOGIN = "existing_user_login";
    public static final String EXISTING_USER_EMAIL = "existing_user_email";
    public static final String INVALID_PARAM = "rest_invalid_param";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy