OAuth2ErrorResponse
OAuth2 error response
- messageType: stringrequired
Error message. Possible values: 'Client authentication failed', 'The refresh token is invalid or expired', 'Refresh token has already been used', 'The access token has expired', 'The session has been revoked', 'The requested scope is invalid or unknown', 'Maximum number of active sessions exceeded'
- statusType: integerrequired
HTTP error status code
- dataType: null
No data on error
- timestampType: number
Unix timestamp in milliseconds

