Home Reference Source Test
import {RetriesExceededException} from '@simbachain/libsimba-js/src/exceptions.js'
public class | source

RetriesExceededException

Extends:

ErrorBaseExceptionSigningException → RetriesExceededException

Thrown when a method call exceeds the max retries

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

Inherited Summary

From class BaseException
public

cause: *

public

message: *

public
From class SigningException
public

Public Constructors

public constructor() source

Base exception that all libsimba Exceptions extend

Override:

SigningException#constructor

Public Members

public name: string source

Override:

SigningException#name