ApiError

ApiError
ApiError

NetOps instance api response error code and message

JSON Example
{
    "code": 0,
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ],
    "message": "string"
}
integer As int32 As int32
code
Optional

NetOps instance api error code (http).

details
Optional

NetOps instance api error details.

string
message
Optional

NetOps instance api error message.