NotAuthenticated

NotAuthenticated
NotAuthenticated

Thrown when an operation is denied because the session has not yet successfully logged in.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "object": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "privilegeId": "string",
    "missingPrivileges": [
        {
            "_typeName": "string",
            "entity": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "privilegeIds": [
                "string"
            ]
        }
    ]
}