Add OrtErrorCode::ORT_DEVICE_RESET. (#29748)
### Description
<!-- Describe your changes. -->
Add `OrtErrorCode::ORT_DEVICE_RESET`.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This error code was requested to support cases like QNN EP subsystem
restart.