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

com.twingly.search.domain.OperationFailureMessages Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.twingly.search.domain;

/**
 * The type Operation failure messages.
 */
public final class OperationFailureMessages {
    /**
     * The constant API_KEY_DOES_NOT_EXIST.
     */
    public static final String API_KEY_DOES_NOT_EXIST = "The API key does not exist.";
    /**
     * The constant SERVICE_UNAVAILABLE.
     */
    public static final String SERVICE_UNAVAILABLE = "Authentication service unavailable.";
    /**
     * The constant UNAUTHORIZED_API_KEY.
     */
    public static final String UNAUTHORIZED_API_KEY = "The API key does not grant access to the Search API.";
    /**
     * The constant UNDEFINED_ERROR.
     */
    public static final String UNDEFINED_ERROR = "Something went wrong.";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy