API ReferencefunctionsFunction: shouldRetry()Version: 1.0.0On this pageFunction: shouldRetry() shouldRetry(error: unknown): boolean Defined in: errors/utils.ts:29 Returns true if error is transient and should be retried. Parameters ParameterTypeerrorunknown Returns boolean