UserDefinedFunctionExecutionError Class
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 class UserDefinedFunctionExecutionError : System.ClientModel.Primitives.IJsonModel<Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionExecutionError>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionExecutionError>
type UserDefinedFunctionExecutionError = class
interface IJsonModel<UserDefinedFunctionExecutionError>
interface IPersistableModel<UserDefinedFunctionExecutionError>
Public Class UserDefinedFunctionExecutionError
Implements IJsonModel(Of UserDefinedFunctionExecutionError), IPersistableModel(Of UserDefinedFunctionExecutionError)
- Inheritance
-
UserDefinedFunctionExecutionError
- Implements
Properties
| Name | Description |
|---|---|
| Message |
Message indicating the error thrown when executing the function. |