Back to Node Auth0

Interface TimeoutError

docs/interfaces/management.SDK.TimeoutError.html

5.9.1507 B
Original Source

Interface TimeoutError

interface TimeoutError {
reason: "timeout";
cause?: unknown;
}

Index

Properties

reasoncause?

Properties

reason

reason: "timeout"

Optionalcause

cause?: unknown

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties reasoncause