Package com.attivio.sdk.error
Class CgiApiError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.CgiApiError
-
- All Implemented Interfaces:
java.io.Serializable
public final class CgiApiError extends ErrorCode
Contains Error codes related to the processing of CGI query requests.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
CGI_API_INVALID_PARAMETER
CGI_API_PARSER-1 Invalid Parameter suppliedstatic ErrorCode
MISSING_REQUIRED_PARAMETER
CGI_API_PARSER-2 Required parameter is not specified or has null value.
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-