Power Query
published
Search
⌃K

Error.Record

Error.Record

Returns an error record from the provided text values for reason, message and detail.
function (reason as text, optional message as nullable any, optional detail as nullable any) as record

Description

Returns an error record from the provided text values for reason, message and detail.

Category

Error
Last modified 4yr ago