Bosatsu/IO/Error

Index

Types

IOError

type IOError

Constructors

  • AccessDenied(context: String)
  • AlreadyExists(context: String)
  • BadFileDescriptor(context: String)
  • BrokenPipe(context: String)
  • CrossDeviceLink(context: String)
  • Interrupted(context: String)
  • InvalidArgument(context: String)
  • InvalidUtf8(context: String)
  • IsDirectory(context: String)
  • NameTooLong(context: String)
  • NoSpace(context: String)
  • NotDirectory(context: String)
  • NotEmpty(context: String)
  • NotFound(context: String)
  • Other(context: String, code: Int, message: String)
  • QuotaExceeded(context: String)
  • ReadOnlyFileSystem(context: String)
  • TimedOut(context: String)
  • TooManyOpenFiles(context: String)
  • Unsupported(context: String)
  • WouldBlock(context: String)

Values

error_to_String

def error_to_String(err: IOError) -> String
The source code for this page can be found here.