writeFailed method

ContainerException writeFailed(
  1. String path
)

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

Implementation

ContainerException writeFailed(String path) =>
    ContainerException._("r2_lcp_exception_container_write_failed",
        path: path);