This appendix describes the types of error messages returned from VMDR Mobile API requests.
Condition | Message |
---|---|
User enters unsupported parameters | Unrecognized parameter(s): (name of the parameters) (action=list allows: List of allowed attributes) |
Required parameter missing in the request | Missing required parameter(s): (name of the parameters) |
Invalid value received for any query parameter | parameter {parameter} has invalid value: {value} (please specify one of the following: {allowed values} ) For example: parameter use_tags has invalid value: 76 (please specify one of the following: 1,0 ) |
API failed due to any errors or problems in VMDR Mobile | Internal Error |
User doesn't have VMDR Mobile.API.Access permission | User is not authorized to run the VMDR Mobile API. |
Module not allowed to the User | User doesn't have VMDR Mobile access. |
Exception occurred while decoding token | Error occurred while decoding token |
Any Exception occurred while checking authorization (checking permission or module access) | Error occurred while checking user access |