
ru.perveevm.polygon.api.json.JSONResponseStatus Maven / Gradle / Ivy
package ru.perveevm.polygon.api.json;
/**
* Represents a response status.
*
* @author Perveev Mike ([email protected])
*/
public enum JSONResponseStatus {
/**
* Request was mad correctly, response is given.
*/
OK,
/**
* Request was invalid.
*/
FAILED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy