You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have writeErrToStr and readErrToStr, but these just convert the tag name to a Str, they do not provide a high quility error message.
FileWriteErrToErrMsg and FileReadErrToErrMsg should convert each variant of a WriteErr or ReadErr to a high quality error message, for example with WasADirectory:
File write error:
WasADirectory:
I tried to write to:
<path>
but it was a directory, I can only write to a file.
The text was updated successfully, but these errors were encountered:
We currently have
writeErrToStr
andreadErrToStr
, but these just convert the tag name to aStr
, they do not provide a high quility error message.FileWriteErrToErrMsg
andFileReadErrToErrMsg
should convert each variant of a WriteErr or ReadErr to a high quality error message, for example withWasADirectory
:The text was updated successfully, but these errors were encountered: