Interface MessageErrorInPx5Payload

Payload for message from Px5 if an error is occured with a previous sent message to Px5

See

MessageFromPx5

Hierarchy

  • MessageErrorInPx5Payload

Properties

errormsg: string

Human readable error message

errortype: "InvalidMessage" | "NotFound" | "NotAllowed" | "NotValid" | "General"

Type of error

  • InvalidMessage: Message is invalid, e.g. no valid JSON
  • NotFound: Triggered control was not found
  • NotAllowed: Triggered control is locked
  • NotValid: Value in control is not valid, e.g. in a pxHelpField
  • General: Not specified error
origin: string

Message that fires the error