Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidationError

Hierarchy

  • ValidationError

Index

Properties

error

error: object

The actual error that occurred

Type declaration

  • errorCode: string

    A coded string that can be used to check against certain errors. Can be used as translation key prefix or suffix. Lower snake case formatted See specific endpoint to know which error codes are possible

    e.g. invalid_email

  • errorDescription: string

    Human readable version of the validation error

references

references: string[]

Reference string indicating which field(s) are causing the validation error. e.g. attendees[0].email

timestamp

timestamp: string

Timestamp string - seems useless

Generated using TypeDoc