
com.crabshue.commons.json.jsonpath.exceptions.JsonPathErrorContext Maven / Gradle / Ivy
package com.crabshue.commons.json.jsonpath.exceptions;
import com.crabshue.commons.exceptions.context.ErrorContext;
public enum JsonPathErrorContext implements ErrorContext {
JSON_URL, JSON, JSON_PATH, JSON_FILE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy