Error functions
Error functions functions for Power Query M language.
Functions
Function | Description |
---|---|
Diagnostics.ActivityId | Provides a unique and hidden identifier for the ongoing evaluation. |
Diagnostics.Trace | Generates a trace message and returns a value if tracing is activated. The optional parameter "delayed" determines whether the evaluation of the value should be postponed until the message is traced. ... |
Error.Record | This function retrieves an error entry using the text values provided for reason, message, and detail. |