ConfidentialLedgerModelFactory.UserDefinedFunctionExecutionError Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The error object of a user defined function execution. This is returned only when the user defined function execution throws an exception.
public static Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionExecutionError UserDefinedFunctionExecutionError(string message = default);
static member UserDefinedFunctionExecutionError : string -> Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionExecutionError
Public Shared Function UserDefinedFunctionExecutionError (Optional message As String = Nothing) As UserDefinedFunctionExecutionError
Parameters
- message
- String
Message indicating the error thrown when executing the function.
Returns
A new UserDefinedFunctionExecutionError instance for mocking.