ERROR (ENUM)ΒΆ
TYPE ERROR :
- Attributes:
- qualified_only
- InOut:
- Name - Initial - Comment - NO_ERROR - 0 - No error - TIME_OUT - 1 - Time out - UNEXPECTED_ERROR - 2 - Unexpected error - TCP_INIT_ERROR - 3 - Unable to initialize the TCP socket - TCP_READ_ERROR - 4 - Error while reading response - TCP_WRITE_ERROR - 5 - Error while sending the request - MISSING_POST_VALUE - 6 - Current request type needs a post value - RESULT_PARSE_ERROR - 7 - Error while parsing the response - MAXIMUM_SIZE_EXCEEDED - 8 - Maximum size of buffer exceeded - CONVERT_ERROR - 9 - Converting error (UTF-8 to UTF-16 or UTF-16 to UTF-8) - POST_VALUE_IS_NULL - 10 - Post value is null - UNSUPPORTED_OAUTH2_CREDENTIAL_INTERFACE - 11 - Supported interfaces: IOAuth2ClientCredentials and IOAuth2RessourceOwnerCredentials - OAUTH2_AUTHENTICATION_SERVER_ERROR - 12 - Error while sending request to authentication server - OAUTH2_REQUEST_ERROR - 13 - Error while sending request to ressource server - OAUTH2_REFRESH_ACCESS_TOKEN_ERROR - 14 - Error while refreshing access token - INVALID_LICENSE - 15 - No valid license found or demo mode has expired. - RESOLVE_HOSTNAME_FAILED - 16 - The hostname can not be resolved. - NOT_FOUND - 17 - Value or key not found - MAXIMUM_TOKEN_SIZE_EXCEEDED - 18 - Maximum size of access token or refresh token exceeded - CHUNKED_PENDING - 19 - Is still reading chunked messages, or waiting for the end - INVALID_HASHALGORITHM - 20 - This Hash-Algorithm is not supported - LOCAL_CERTIFICATE_ERROR - 21 - Problems with Local Certificate 
