We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FILE_ON_SAVING_ERROR
snappymail/snappymail/v/0.0.0/app/libraries/RainLoop/Enumerations/UploadError.php
Line 54 in 36789bd
Old code from Rainloop?
This issue results in not getting a meaningful error message for the user when the Upload endpoint returns an error:
Upload
{"Action":"Upload","Result":false,"ErrorCode":999,"ErrorMessage":"0 - Undefined constant RainLoop\\Enumerations\\UploadError::FILE_ON_SAVING_ERROR","ErrorMessageAdditional":""}
Also, even if this is corrected to use ON_SAVING and a proper JSON is returned, the attachment tooltip doesn't actually use it:
ON_SAVING
{"Action":"Upload","Result":{"ErrorCode":1002,"Error":"Error saving file"}}
The text was updated successfully, but these errors were encountered:
06fdf66
No branches or pull requests
snappymail/snappymail/v/0.0.0/app/libraries/RainLoop/Enumerations/UploadError.php
Line 54 in 36789bd
Old code from Rainloop?
This issue results in not getting a meaningful error message for the user when the
Upload
endpoint returns an error:Also, even if this is corrected to use
ON_SAVING
and a proper JSON is returned, the attachment tooltip doesn't actually use it:The text was updated successfully, but these errors were encountered: