If an error occurs, the Script Management API responds with JSON objects that provide information you can use to debug the problem.
{
"httpStatus": 400,
"type": "/script-management/error-types/bad-request",
"title": "/script-management/error-types/bad-request",
"detail": "Bad Argument or Value",
"instance": "30d08511-f6ad-4fa8-8bf4-109064817277",
"errors": [
{
"detail": "minimumSPOFTimeout 5 should not exceed maximumSPOFTimeout 4",
"maximumSPOFTimeoutInSecs": 4,
"minimumSPOFTimeoutInSecs": 5
}
]
}
For details on information contained in the error responses, refer to Error response syntax.