VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
 All Classes Files Functions
List of all members
Com::Vmware::Vapi::Std::Errors::UnexpectedInput Class Reference
Inheritance diagram for Com::Vmware::Vapi::Std::Errors::UnexpectedInput:
Com::Vmware::Vapi::Std::Errors::Error

Avaliable Methods

public method new ()
 

Detailed Description

The Com::Vmware::Vapi::Std::Errors::UnexpectedInput error indicates that the request contained a parameter or field whose name is not known by the server.

Every method expects parameters with known names. Some of those parameters may be (or contain) classes , and the method expects those classes to contain fields with known names. If the method receives parameters or fields* with names that is does not expect, this error may be reported.

This error can be reported by the API infrastructure for any method , but it is specific to the API infrastructure, and should never be reported by the implementation of any method .

Examples:

Member Function Documentation

public method Com::Vmware::Vapi::Std::Errors::UnexpectedInput::new ( )

Constructor to initialize the Com::Vmware::Vapi::Std::Errors::UnexpectedInput structure

Return values
Blessedobject
Code:
click to view

The documentation for this class was generated from the following file: