unavailable static method

OpeningException unavailable(
  1. Exception cause
)

The publication can't be opened at the moment, for example because of a networking error. This error is generally temporary, so the operation may be retried or postponed.

Implementation

static OpeningException unavailable(Exception cause) =>
    OpeningException._("r2_shared_publication_opening_exception_unavailable",
        cause: cause);