polywrap_client.errors module

This module contains the errors raised by the Polywrap client.

exception polywrap_client.errors.WrapNotFoundError(uri: Uri, resolution_context: UriResolutionContext)[source]

Bases: WrapError

Raised when a wrap is not found.

resolution_context: UriResolutionContext
uri: Uri