F00032
Reference Name: StringLengthError
Description
String length exceeded limits defined
Parameters Definition
Key | Description |
---|---|
INPUT_NAME | The limit that it exceeded |
LIMIT | The limit that it exceeded |
Example
{INPUT_NAME} length exceeded limits {LIMIT}.
Sample Notification Payload Definition
- Type:
NotificationPayload
- Interface:
Markups
- Action:
MU_02
{
"Version": "1.0.0",
"Interface": "markups",
"Action": "mu_02",
"Code": "F00032",
"Parameters": {
"INPUT_NAME": "View",
"LIMIT": "The limit that it exceeded"
}
}
Potential Output
View length exceeded limits The limit that it exceeded.