HTTP download file
Downloads file from HTTP endpoint
Error Enum explanation
Error | Description |
---|---|
CONNECTION | Cannot connect to the HTTP endpoint |
HTTP_STATUS | HTTP response status code is not within range |
TIMEOUT | HTTP request did complete in the given time |
INVALID_RESPONSE | HTTP response was not valid |
REDIRECT | HTTP request was redirected too many times |
BAD_REQUEST_HEADER | HTTP request header contains invalid characters |
IS_DIRECTORY | Path where the downloaded should be saved is a directory |
FILE_ALREADY_EXIST (available when Error when file already exists is enabled) | File already exist |
PERMISSION_DENIED | Permissions block reading/writing |
UNKNOWN | Unknown error |
Header’s Name maximum length allowed is 40
Header’s Value maximum length allowed is 1,000