Type alias ExecuteAnonymousResult

ExecuteAnonymousResult: {
    column: number;
    compileProblem: string | null;
    compiled: boolean;
    exceptionMessage: string | null;
    exceptionStackTrace: string | null;
    line: number;
    success: boolean;
}

Type declaration

  • column: number
  • compileProblem: string | null
  • compiled: boolean
  • exceptionMessage: string | null
  • exceptionStackTrace: string | null
  • line: number
  • success: boolean