ErrorType enum
Error types.
Fields
| BadRequest | The API was used incorrectly. This is a fatal error and won't work on retry. |
| NotSupported | The requested user scenario isn't supported. Examples include password-protected files or unsupported file types. This is a fatal error and won't work on retry. |
| Transient | A temporary error was encountered. Retrying may succeed. |
| Unauthorized | The authentication token for the user was invalid, or the user doesn't have access to the content or operation. |
| Unexpected | An unexpected error was encountered within the MDCPP code. This is a fatal error and may not work on retry. |