SAMP Results

SAMP.SAMPErrorType

SAMPError <:SAMPResult

A faulty SAMP result.

Fields

  • error: the error raised, as a string
  • user: an optional additional user message
  • debug: an optional longer string which may contain more detail on what went wrong. This is typically intended for debugging purposes, and may for instance be a stack trace.
  • code: an optional string containing a numeric or textual code identifying the error, perhaps intended to be parsable by software.
source