readFailed method

ContainerException readFailed(
  1. String path
)

Can't read the file at given relative path in the Container.

Implementation

ContainerException readFailed(String path) =>
    ContainerException._("r2_lcp_exception_container_read_failed",
        path: path);