Vapi.Std.Errors.Error.Type

Vapi.Std.Errors.Error.Type
Vapi.Std.Errors.Error.Type

Enumeration of all standard errors. Used as discriminator in protocols that have no standard means for transporting the error type, e.g. REST.

Possible values:

  • ERROR: Discriminator for the Vapi.Std.Errors.Error type.
  • ALREADY_EXISTS: Discriminator for the Vapi.Std.Errors.AlreadyExists type.
  • ALREADY_IN_DESIRED_STATE: Discriminator for the Vapi.Std.Errors.AlreadyInDesiredState type.
  • CANCELED: Discriminator for the Vapi.Std.Errors.Canceled type.
  • CONCURRENT_CHANGE: Discriminator for the Vapi.Std.Errors.ConcurrentChange type.
  • FEATURE_IN_USE: Discriminator for the Vapi.Std.Errors.FeatureInUse type.
  • INTERNAL_SERVER_ERROR: Discriminator for the Vapi.Std.Errors.InternalServerError type.
  • INVALID_ARGUMENT: Discriminator for the Vapi.Std.Errors.InvalidArgument type.
  • INVALID_ELEMENT_CONFIGURATION: Discriminator for the Vapi.Std.Errors.InvalidElementConfiguration type.
  • INVALID_ELEMENT_TYPE: Discriminator for the Vapi.Std.Errors.InvalidElementType type.
  • INVALID_REQUEST: Discriminator for the Vapi.Std.Errors.InvalidRequest type.
  • NOT_ALLOWED_IN_CURRENT_STATE: Discriminator for the Vapi.Std.Errors.NotAllowedInCurrentState type.
  • NOT_FOUND: Discriminator for the Vapi.Std.Errors.NotFound type.
  • OPERATION_NOT_FOUND: Discriminator for the Vapi.Std.Errors.OperationNotFound type.
  • RESOURCE_BUSY: Discriminator for the Vapi.Std.Errors.ResourceBusy type.
  • RESOURCE_IN_USE: Discriminator for the Vapi.Std.Errors.ResourceInUse type.
  • RESOURCE_INACCESSIBLE: Discriminator for the Vapi.Std.Errors.ResourceInaccessible type.
  • SERVICE_UNAVAILABLE: Discriminator for the Vapi.Std.Errors.ServiceUnavailable type.
  • TIMED_OUT: Discriminator for the Vapi.Std.Errors.TimedOut type.
  • UNABLE_TO_ALLOCATE_RESOURCE: Discriminator for the Vapi.Std.Errors.UnableToAllocateResource type.
  • UNAUTHENTICATED: Discriminator for the Vapi.Std.Errors.Unauthenticated type.
  • UNAUTHORIZED: Discriminator for the Vapi.Std.Errors.Unauthorized type.
  • UNEXPECTED_INPUT: Discriminator for the Vapi.Std.Errors.UnexpectedInput type.
  • UNSUPPORTED: Discriminator for the Vapi.Std.Errors.Unsupported type.
  • UNVERIFIED_PEER: Discriminator for the Vapi.Std.Errors.UnverifiedPeer type.

This enumeration was added in vSphere API 6.7.2.

This data structure has no properties.
Enumeration: ERROR, ALREADY_EXISTS, ALREADY_IN_DESIRED_STATE, CANCELED, CONCURRENT_CHANGE, FEATURE_IN_USE, INTERNAL_SERVER_ERROR, INVALID_ARGUMENT, INVALID_ELEMENT_CONFIGURATION, INVALID_ELEMENT_TYPE, INVALID_REQUEST, NOT_ALLOWED_IN_CURRENT_STATE, NOT_FOUND, OPERATION_NOT_FOUND, RESOURCE_BUSY, RESOURCE_IN_USE, RESOURCE_INACCESSIBLE, SERVICE_UNAVAILABLE, TIMED_OUT, UNABLE_TO_ALLOCATE_RESOURCE, UNAUTHENTICATED, UNAUTHORIZED, UNEXPECTED_INPUT, UNSUPPORTED, UNVERIFIED_PEER,