VMware vCloud Suite SDK for .NET 6.0.0
vmware::vapi::std::errors::OperationNotFound Class Reference

The OperationNotFound error indicates that the method specified in the request could not be found. More...

Inherits vmware::vapi::std::errors::Error.

List of all members.

Public Member Functions

 OperationNotFound (global::System.Collections.Generic.List< vmware.vapi.std.LocalizableMessage > messages, vmware.vapi.bindings.IStructure data)
 Creates a new instance of this type using the given arguments.
 OperationNotFound ()
 Creates a default new instance.
override
vmware.vapi.bindings.type.StructType 
_GetType ()
override
vmware.vapi.data.StructValue 
_GetDataValue ()
override void _Validate ()
override bool _HasTypeNameOf< T > ()
override T _ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()

Properties

override string Message [get]

Detailed Description

The OperationNotFound error indicates that the method specified in the request could not be found.

Every API request specifies a service identifier and an operation identifier along with the parameters. If the API infrastructure is unable to find the requested interface or method it reports this error.

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:

  • A client provides an invalid service or operation identifier when invoking the method using a dynamic interface (for example REST).
  • A client invokes the method from a interface, but that interface has not been installed.

Counterexamples:

  • A client invokes a task scheduling method, but provides an invalid service identifier or operation identifier. The NotFound error would be used instead.

Constructor & Destructor Documentation

vmware::vapi::std::errors::OperationNotFound::OperationNotFound ( global::System.Collections.Generic.List< vmware.vapi.std.LocalizableMessage messages,
vmware.vapi.bindings.IStructure  data 
) [inline]

Creates a new instance of this type using the given arguments.

vmware::vapi::std::errors::OperationNotFound::OperationNotFound ( ) [inline]

Creates a default new instance.


Member Function Documentation

override T vmware::vapi::std::errors::OperationNotFound::_ConvertTo< T > ( ) [inline]

Reimplemented from vmware::vapi::std::errors::Error.

override vmware.vapi.data.StructValue vmware::vapi::std::errors::OperationNotFound::_GetDataValue ( ) [inline]

Reimplemented from vmware::vapi::std::errors::Error.

override vmware.vapi.bindings.type.StructType vmware::vapi::std::errors::OperationNotFound::_GetType ( ) [inline, virtual]

Reimplemented from vmware::vapi::std::errors::Error.

override bool vmware::vapi::std::errors::OperationNotFound::_HasTypeNameOf< T > ( ) [inline]

Reimplemented from vmware::vapi::std::errors::Error.

override void vmware::vapi::std::errors::OperationNotFound::_Validate ( ) [inline, virtual]

Reimplemented from vmware::vapi::std::errors::Error.

override bool vmware::vapi::std::errors::OperationNotFound::Equals ( object  obj) [inline]

Reimplemented from vmware::vapi::std::errors::Error.

override int vmware::vapi::std::errors::OperationNotFound::GetHashCode ( ) [inline]

Reimplemented from vmware::vapi::std::errors::Error.


Property Documentation

override string vmware::vapi::std::errors::OperationNotFound::Message [get]

Reimplemented from vmware::vapi::std::errors::Error.


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