glenvy/error

Types

An error that occurred while reading a .env file.

pub type Error {
  Io(file.Reason)
}

Constructors

  • Io(file.Reason)

    An IO error.

Search Document