@ibm-adw/skill-toolkit
Version:
Developing your own skills with IBM Automation Digital Worker Skill Toolkit
15 lines • 361 B
JSON
{
"errors": {
"unexpectedError":{
"name": "UnexpectedError"
},
"configurationIsNotValid":{
"name": "UndefinedConfiguration",
"message": "The configuration is not valid"
},
"eventError":{
"name": "Unexpected Configuration Event",
"message": "is not a valid event in the configuration of this skill"
}
}
}