DotEnvUnreadable¶
A DotEnvError reported when a file is at the given path but its contents
could not be read. The FilePath may deny FileRead or FileStat, the
filesystem permissions may deny it, the path may not name a regular file,
the file may be larger than ReadEnvSecrets will read, or the read may have
returned less than the whole file. Which of those it was is not reported.
Constructors¶
create¶
Returns¶
- DotEnvUnreadable val^
Public Functions¶
string¶
Returns¶
- String iso^
eq¶
Parameters¶
- that: DotEnvUnreadable val
Returns¶
- Bool val
ne¶
Parameters¶
- that: DotEnvUnreadable val
Returns¶
- Bool val