Class 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 Detail

      • CGI_API_INVALID_PARAMETER

        public static final ErrorCode CGI_API_INVALID_PARAMETER
        CGI_API_PARSER-1 Invalid Parameter supplied
      • MISSING_REQUIRED_PARAMETER

        public static final ErrorCode MISSING_REQUIRED_PARAMETER
        CGI_API_PARSER-2 Required parameter is not specified or has null value.