Vapi.Std.Errors.ResourceInaccessible

Vapi.Std.Errors.ResourceInaccessible
Vapi.Std.Errors.ResourceInaccessible

The Vapi.Std.Errors.ResourceInaccessible error indicates that the operation could not be completed because an entity is not accessible.

Examples:

  • Attempt to invoke some operation on a virtual machine when the virtual machine's configuration file is not accessible (for example due to a storage APD condition).

Counterexamples:

  • Attempt to invoke some operation when the server is too busy. The Vapi.Std.Errors.ServiceUnavailable error would be used instead.
  • Attempt to invoke some operation when the server is undergoing maintenance. The Vapi.Std.Errors.ServiceUnavailable error would be used instead.
  • Some operation fails to contact VMware Tools running inside the virtual machine. The Vapi.Std.Errors.ServiceUnavailable error would be used instead.
AllOf
This class requires all of the following:
JSON Example
{
    "messages": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi.Std.NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ],
    "data": {},
    "error_type": "string"
}