Documentation
    Preparing search index...

    Error that Restate will retry. By using this error type within a ctx.run closure, you can dynamically provide the retry delay specified in RetryableErrorOptions.

    You can wrap another error using from.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cause?: unknown
    code: number
    message: string
    name: string = "RetryableError"
    retryAfter?: number | Duration
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void