Code Model
Business Units
Expressions
Error Handling

Error Handling

ThrowError

Represents throwing an error.

{
    "ExpressionType": "ThrowError",
    "Errors": [
    {
        "Name": "TagAlreadyExist",
        "Message": "Tag already exist"
    }
    ]
}

AppendError

Represents appending an error.

{
    "ExpressionType": "AppendError",
    "Errors": [
    {
        "Name": "TagAlreadyExist",
        "Message": "Tag already exist"
    }
    ]
}