docs: add missing MID error codes to mid-management#309
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
a0f15ee to
8d632e6
Compare
There was a problem hiding this comment.
Pull request overview
Updates the MID Management API documentation to include additional MID error codes and to distinguish asynchronous “failed request” errors from synchronous validation errors.
Changes:
- Added missing failed MID request error codes (
card-scheme-mid-being-processed,visa-invalid-input). - Added a new “Validation Error Codes” section with a separate table of synchronous errors returned when creating MID requests.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ### Validation Error Codes | ||
|
|
||
| These error codes are returned synchronously when creating a MID request: |
There was a problem hiding this comment.
The section intro says these codes are returned when creating a MID request, but the mid-request-not-found entry below describes a missing existing MID request (“The specified MID request could not be found”), which reads like it applies to a read/update action instead. Consider either adjusting the intro to cover the broader set of endpoints that can return these validation codes, or moving/removing mid-request-not-found (or updating its wording) so the section remains internally consistent.
| These error codes are returned synchronously when creating a MID request: | |
| These validation error codes are returned synchronously by MID request endpoints: |
Add missing errors:
