Options
All
  • Public
  • Public/Protected
  • All
Menu

A failure result.

Hierarchy

  • Result
    • Failure

Index

Properties

action_name

action_name: ActionName

The action name that will be used to tie this back to an interaction.

error

error: string

The reason for the failure.

owner_id

owner_id: string

The database ID of the entity. E.g. in the case of an entity that comes out of Gravity this should be its Mongo ID.

Optional owner_slug

owner_slug: undefined | string

The slug of the entity, if it has one.

owner_type

owner_type: OwnerType

The type of the entity that owns this result.

result

result: "Failure"

Used to identify the event as a failure one.

Generated using TypeDoc