Oauth2 Errors Error
The OAuth2 Oauth2 Errors Error describes the properties common to standard OAuth 2.0 errors.
This schema was added in vSphere API 7.0.2.0.
{
"error": "string",
"error_description": "string",
"error_uri": "string"
}
Discriminator field to help API consumers identify the structure type.
For more information see: Oauth2 Errors Error Type.
This property was added in vSphere API 7.0.2.0.
Human-readable ASCII text providing additional information, used to assist the client developer in understanding the error that occurred. Values for the "error_description" parameter MUST NOT include characters outside the set %x20-21 / %x23-5B / %x5D-7E.
This property was added in vSphere API 7.0.2.0.
if no additional information is available.
A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
This property was added in vSphere API 7.0.2.0.
if no such web-page is available.