Options
All
  • Public
  • Public/Protected
  • All
Menu

A user sees a an error message

This schema describes events sent to Segment from ErrorMessageViewed.

example
 {
   action: "errorMessageViewed",
   context_owner_type: "orders",
   context_owner_id: "order-id",
   title: "This is an error",
   message: "Error message",
   error_code: "charge_authorization_failed",
   flow: "user submitting payment"
 }

Hierarchy

  • ErrorMessageViewed

Index

Properties

action

action: errorMessageViewed

context_owner_id

context_owner_id: string

context_owner_type

context_owner_type: OwnerType

Optional error_code

error_code: undefined | string

flow

flow: string

message

message: string

title

title: string

Generated using TypeDoc