Back to Node Auth0

Interface ActionError

docs/interfaces/management.Management.ActionError.html

5.9.1660 B
Original Source

Interface ActionError

Error is a generic error with a human readable id which should be easily referenced in support tickets.

interface ActionError {
id?: string;
msg?: string;
url?: string;
}

Index

Properties

id?msg?url?

Properties

Optionalid

id?: string

Optionalmsg

msg?: string

Optionalurl

url?: string

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idmsgurl