CardanoClientErrors: {
    AcquirePointNotOnChainError: typeof AcquirePointNotOnChainError;
    AcquirePointTooOldError: typeof AcquirePointTooOldError;
    ConnectionError: typeof WebSocketClosed;
    EraMismatchError: typeof EraMismatchError;
    IntersectionNotFoundError: typeof IntersectionNotFoundError;
    QueryUnavailableInCurrentEraError: typeof QueryUnavailableInCurrentEraError;
    ServerNotReady: typeof ServerNotReady;
    TipIsOriginError: typeof TipIsOriginError;
    UnknownResultError: typeof UnknownResultError;
} = ...

Type declaration

  • AcquirePointNotOnChainError: typeof AcquirePointNotOnChainError
  • AcquirePointTooOldError: typeof AcquirePointTooOldError
  • ConnectionError: typeof WebSocketClosed
  • EraMismatchError: typeof EraMismatchError
  • IntersectionNotFoundError: typeof IntersectionNotFoundError
  • QueryUnavailableInCurrentEraError: typeof QueryUnavailableInCurrentEraError
  • ServerNotReady: typeof ServerNotReady
  • TipIsOriginError: typeof TipIsOriginError
  • UnknownResultError: typeof UnknownResultError

Generated using TypeDoc