Third-party permission errors.
Code | Path | Description |
---|---|---|
APP-001 | grantType | User or password invalid. |
APP-002 | grantType | Authentication type not supported. |
APP-003 | appSecret | Private key invalid. |
APP-004 | appId | App not found. |
APP-005 | scope | Scope unavailable to the app. |
APP-006 | scope | The requested scope was not authorized by the user. |
APP-007 | redirectUri | The parameter redirectUri does not match the one registered by the app. |
APP-008 | code | Nonexistent or invalid code. |
APP-009 | redirectUri | The redirectUri parameter was not informed. |
APP-010 | password | A mandatory parameter was not informed. |
APP-011 | assertionType | The assertionType parameter must be a absolute URI. |