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

com.github.gkutiel.fbi.fql.FqlRes Maven / Gradle / Ivy

package com.github.gkutiel.fbi.fql;

public class FqlRes {

	public static class Error {
		String message;
		String type;
		int code;
	}

	public T data;
	public Error error;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy