Vapi.Std.Errors.ServiceUnavailable

Vapi.Std.Errors.ServiceUnavailable
Vapi.Std.Errors.ServiceUnavailable

The Vapi.Std.Errors.ServiceUnavailable error indicates that the resource is unavailable.

Examples:

  • Attempt to invoke a operation when the server is too busy.
  • Attempt to invoke a operation when the server is undergoing maintenance.
  • An operation fails to contact VMware Tools running inside the virtual machine.

Counterexamples:

  • A client provides an invalid service or operation identifier when invoking the operation using a dynamic interface (for example REST). The Vapi.Std.Errors.OperationNotFound error would be used instead.
  • A client invokes the operation from the resource, but that resource has not been installed. The Vapi.Std.Errors.OperationNotFound 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"
}