HTTP Error Codes
Note:
Currently in the beta phase.
Note:
The following describes only the error codes specific to this module. For general error codes, please refer to the Universal Error Code Documentation.
2300001 Unsupported Protocol
Error Message
Unsupported protocol.
Error Description
The protocol version is not supported by the server.
Possible Causes
The protocol version passed in is not supported by the server.
Resolution Steps
Check whether the protocol version passed in is reasonable and investigate the server implementation.
2300003 Malformed URL
Error Message
URL using bad/illegal format or missing URL.
Error Description
Malformed URL.
Possible Causes
The URL format passed in may be incorrect.
Resolution Steps
Verify the format of the URL passed in.
2300005 Proxy Server Domain Resolution Failed
Error Message
Couldn't resolve proxy name.
Error Description
The proxy server's domain name could not be resolved.
Possible Causes
The server's URL is incorrect.
Resolution Steps
Check whether the proxy server's URL is correct.
2300006 Domain Resolution Failed
Error Message
Couldn't resolve host name.
Error Description
The server's domain name could not be resolved.
Possible Causes
- The server's URL passed in is incorrect.
- Network connectivity issues.
Resolution Steps
- Verify the server's URL passed in.
- Check the network connection status.
2300007 Failed to Connect to Server
Error Message
Couldn't connect to server.
Error Description
Failed to connect to the server.
Possible Causes
The URL format passed in is incorrect.
Resolution Steps
Verify the format of the URL passed in.
2300008 Server Returned Illegal Data
Error Message
Weird server reply.
Error Description
The server returned illegal data.
Possible Causes
The server encountered an error and returned non-HTTP formatted data.
Resolution Steps
Investigate the server implementation.
2300009 Access Denied to Remote Resource
Error Message
Access denied to remote resource.
Error Description
Access to the remote resource was denied.
Possible Causes
The specified content was denied access by the server.
Resolution Steps
Check the request content.
2300016 HTTP2 Framing Layer Error
Error Message
Error in the HTTP2 framing layer.
Error Description
An error occurred at the HTTP2 layer.
Possible Causes
The server does not support HTTP2.
Resolution Steps
Capture network packets and verify whether the server supports HTTP2.
2300018 Incomplete Server Response
Error Message
Transferred a partial file.
Error Description
The data returned by the server is incomplete.
Possible Causes
May be related to the server implementation.
Resolution Steps
Investigate the server implementation.
2300023 Failed to Write Received Data to Disk/Application
Error Message
Failed writing received data to disk/application.
Error Description
Failed to write received data to disk or the application.
Possible Causes
The application lacks file write permissions or the file to be downloaded exceeds 5MB.
Resolution Steps
Check application permissions and the size of the file to be downloaded.
2300025 Upload Failed
Error Message
Upload failed.
Error Description
Upload failed.
Possible Causes
The file is too large or there are network issues. For FTP, the server typically rejects the STOR command. The error buffer usually contains the server's explanation.
Resolution Steps
Check the file size and network conditions.
2300026 Failed to Open/Read Local Data from File/Application
Error Message
Failed to open/read local data from file/application.
Error Description
Failed to open or read local data from a file or the application.
Possible Causes
The application lacks file read permissions.
Resolution Steps
Check application permissions.
2300027 Out of Memory
Error Message
Out of memory.
Error Description
Insufficient memory.
Possible Causes
Insufficient memory.
Resolution Steps
Check system memory.
2300028 Operation Timeout
Error Message
Timeout was reached.
Error Description
Operation timed out.
Possible Causes
TCP connection timeout or read/write timeout.
Resolution Steps
Investigate network issues.
2300047 Maximum Redirects Reached
Error Message
Number of redirects hit maximum amount.
Error Description
The maximum number of redirects was reached.
Possible Causes
Too many redirects.
Resolution Steps
Investigate the server implementation.
2300052 Server Returned No Content
Error Message
Server returned nothing (no headers, no data).
Error Description
The server returned no content.
Possible Causes
May be related to the server implementation.
Resolution Steps
Investigate the server implementation.
2300055 Failed to Send Network Data
Error Message
Failed sending data to the peer.
Error Description
Failed to send data to the peer; network data transmission failed.
Possible Causes
Network issues.
Resolution Steps
Investigate network conditions.
2300056 Failed to Receive Network Data
Error Message
Failure when receiving data from the peer.
Error Description
Failed to receive data from the peer; network data reception failed.
Possible Causes
Network issues.
Resolution Steps
Investigate network conditions.
2300058 Local SSL Certificate Error
Error Message
Problem with the local SSL certificate.
Error Description
Local SSL certificate error.
Possible Causes
The SSL certificate format is incorrect.
Resolution Steps
Check the SSL certificate format.
2300059 Specified Cipher Not Supported
Error Message
Couldn't use specified SSL cipher.
Error Description
The specified cipher could not be used.
Possible Causes
The encryption algorithm negotiated between the client and server is not supported by the system.
Resolution Steps
Capture packets and analyze the negotiated algorithm.
2300060 Remote Server SSL Certificate or SSH Key Invalid
Error Message
SSL peer certificate or SSH remote key was not OK.
Error Description
The remote server's SSL certificate or SSH key is invalid.
Possible Causes
Unable to verify the server's identity; the certificate may have expired.
Resolution Steps
Check the certificate's validity.
2300061 Unrecognized or Malformed HTTP Encoding
Error Message
Unrecognized or bad HTTP Content or Transfer-Encoding.
Error Description
Unrecognized or malformed HTTP encoding.
Possible Causes
The HTTP encoding format is incorrect.
Resolution Steps
Investigate the server implementation; currently, only gzip encoding is supported.## 2300063 Maximum File Size Exceeded
Error Message
Maximum file size exceeded.
Error Description
The file size exceeds the maximum limit.
Possible Causes
The downloaded file is too large.
Resolution Steps
Investigate server implementation.
2300070 Insufficient Server Disk Space
Error Message
Remote disk full or allocation exceeded.
Error Description
Insufficient server disk space.
Possible Causes
The server disk is full.
Resolution Steps
Check server disk space.
2300073 File Already Exists on Server
Error Message
Remote file already exists.
Error Description
The server indicates the file already exists.
Possible Causes
During file upload, the server returned that the file already exists.
Resolution Steps
Investigate server configuration.
2300077 SSL CA Certificate Missing or Access Denied
Error Message
Problem with the SSL CA cert (path? access rights?).
Error Description
SSL CA certificate does not exist or access is denied.
Possible Causes
The certificate is missing or access permissions are insufficient.
Resolution Steps
Verify certificate existence and access permissions.
2300078 Requested File Not Found via URL
Error Message
Remote file not found.
Error Description
The file requested by URL does not exist.
Possible Causes
The file specified in the URL request cannot be found.
Resolution Steps
Check if the requested file exists at the URL.
2300094 Authentication Failed
Error Message
An authentication function returned an error.
Error Description
Authentication failure.
Possible Causes
The provided authentication fields do not match server records.
Resolution Steps
Verify if authentication fields match server configuration.
2300997 Cleartext HTTP Blocked
Error Message
Cleartext traffic not permitted.
Error Description
Cleartext HTTP traffic is blocked and access is denied.
Possible Causes
The application's network_config.json file prohibits cleartext traffic.
Resolution Steps
Check cleartextTrafficPermitted setting in network_config.json.
2300998 Domain Access Not Permitted
Error Message
It is not allowed to access this domain.
Error Description
Access to this domain is not permitted.
Possible Causes
The meta-service application has incorrect server domain configuration.
Resolution Steps
Refer to server domain configuration documentation for proper setup.
2300999 Unknown Error
Error Message
Unknown Other Error.
Error Description
Unknown error occurred.
Possible Causes
Undetermined error condition.
Resolution Steps
Undetermined resolution steps.