VMware vSphere Automation SDK for .NET 7.0.0.1
|
The InvalidRequest
error indicates that TokenExchange.ExchangeSpec is missing a required parameter, includes an unsupported parameter value (other than TokenExchange.ExchangeSpec.grantType )
More...
Inherits vmware::vcenter::tokenservice::Error.
Classes | |
class | Builder |
Builder class for InvalidRequest. More... | |
Public Member Functions | |
InvalidRequest (global::System.Collections.Generic.List< vmware.vapi.std.LocalizableMessage > messages, vmware.vapi.bindings.IStructure data) | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
InvalidRequest () | |
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] |
The InvalidRequest
error indicates that TokenExchange.ExchangeSpec is missing a required parameter, includes an unsupported parameter value (other than TokenExchange.ExchangeSpec.grantType )
vmware::vcenter::tokenservice::InvalidRequest::InvalidRequest | ( | global::System.Collections.Generic.List< vmware.vapi.std.LocalizableMessage > | messages, |
vmware.vapi.bindings.IStructure | data | ||
) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
vmware::vcenter::tokenservice::InvalidRequest::InvalidRequest | ( | ) | [inline] |
Creates a default new instance.
override T vmware::vcenter::tokenservice::InvalidRequest::_ConvertTo< T > | ( | ) | [inline] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override vmware.vapi.data.StructValue vmware::vcenter::tokenservice::InvalidRequest::_GetDataValue | ( | ) | [inline] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override vmware.vapi.bindings.type.StructType vmware::vcenter::tokenservice::InvalidRequest::_GetType | ( | ) | [inline, virtual] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override bool vmware::vcenter::tokenservice::InvalidRequest::_HasTypeNameOf< T > | ( | ) | [inline] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override void vmware::vcenter::tokenservice::InvalidRequest::_Validate | ( | ) | [inline, virtual] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override bool vmware::vcenter::tokenservice::InvalidRequest::Equals | ( | object | obj | ) | [inline] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override int vmware::vcenter::tokenservice::InvalidRequest::GetHashCode | ( | ) | [inline] |
Reimplemented from vmware::vcenter::tokenservice::Error.
override string vmware::vcenter::tokenservice::InvalidRequest::Message [get] |
Reimplemented from vmware::vcenter::tokenservice::Error.