()
| 379 | } |
| 380 | |
| 381 | func ErrOptionWithSkipRetry() NewAPIErrorOptions { |
| 382 | return func(e *NewAPIError) { |
| 383 | e.skipRetry = true |
| 384 | } |
| 385 | } |
| 386 | |
| 387 | func ErrOptionWithNoRecordErrorLog() NewAPIErrorOptions { |
| 388 | return func(e *NewAPIError) { |
no outgoing calls
no test coverage detected