Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:error_entry"
links: { fx:store: Backend.Rels.Store; self: ErrorEntry }

Type declaration

props: { date_created: null | string; date_modified: null | string; error_message: string; get_values: string; hide_error: boolean; ip_address: string; ip_country: string; post_values: string; referrer: string; url: string; user_agent: string }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • error_message: string

    The error message explaining what happened.

  • get_values: string

    All the GET data sent to the url at the time of the error. Note: secure card holder data such as the card number, csc, or password will not be included in this data.

  • hide_error: boolean

    Set this to false to hide this error entry from the Foxy administrative interface. This may be a helpful way to manage and acknowledge errors for your store.

  • ip_address: string

    The IP Address of the user collected at the time of the error.

  • ip_country: string

    The country of the user based on the IP Address at the time of the error.

  • post_values: string

    All the POST data sent to the url at the time of the error. Note: secure card holder data such as the card number, csc, or password will not be included in this data.

  • referrer: string

    The browser referrer value at the time of the error.

  • url: string

    The Foxy page where the error took place.

  • user_agent: string

    The user agent string collected at the time of the error.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc