Skip to content

DotEnvUnreadable

[Source]

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.

primitive val DotEnvUnreadable

Constructors

create

[Source]

new val create()
: DotEnvUnreadable val^

Returns


Public Functions

string

[Source]

fun box string()
: String iso^

Returns


eq

[Source]

fun box eq(
  that: DotEnvUnreadable val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: DotEnvUnreadable val)
: Bool val

Parameters

Returns