Exceptions

A JSON response similar to the one below will return if there is an exception:

{
    "help": "Creates a package",
    "success": false,
    "error": {
        "message": "Access denied",
        "__type": "Authorization Error"
        }
}

help: The documentation string for the function you called. success: If there was an error responding the request, it will be false. error: Details of the error responding the request.

results matching ""

    No results matching ""