class to define retry param for error scenarios
initializes maximumAttempts and retry interval for retry scenarios
@examplethis.maxRetryAttempts = 3;this.retryInterval = 1000;
defines default http return method
@exampledefault()
Generated using TypeDoc
class to define retry param for error scenarios