Tag Link | [Error_NoPermission] | Category | Error |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Preferred | Version | 3.0 |
Change | Unchanged | Data Source | Any |
Output Type | String or Integer | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x |
[Error_NoPermission] returns the error code or error message associated with a lack of permission for the current user to access the resources necessary to complete a database action.
The value of this tag can be compared against an error generated by Lasso or can be used to report an error.
[Error_NoPermission] [Error_NoPermission:
[If: (Error_NoPermission) == (Error_CurrentError)] ... [/If]
[Error_SetErrorMessage: (Error_NoPermission)]
[Error_SetErrorCode: (Error_NoPermission:
Optional Parameters | |
---|---|
-ErrorCode | If specified the error code is returned. Otherwise the error message is returned. |
To check whether the current error was a no permission error:
Compare the [Error_CurrentError] tag with the [Error_NoPermission] tag. If they match then a no permission error has occured.
[If: (Error_NoPermission) == (Error_CurrentError)]
<br>A no permissionerror has occurred.
[/If]
<br>A no permission error has occurred.
Container | ||
---|---|---|
|
|
|
Process | ||
|
|