Debug

debug

response: warning

path type conditions description
debug.warning.message string   readable message 
//Response Example
[
    {
        "debug": {
            "warning": {
                "message": "unknown command"
            }
        }
    }
]

response: error

path type conditions description
debug.error.message string   readable message 
//Response Example
[
    {
        "debug": {
            "error": {
                "message": "voltage down"
            }
        }
    }
]