File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1337,10 +1337,10 @@ To ensure functional equivalence across all supported transports as required by
13371337| Invalid Agent Response | ` -32006 ` | Invalid agent response type | ` INTERNAL ` | ` INVALID_AGENT_RESPONSE ` | ` 500 ` | ` INVALID_AGENT_RESPONSE ` |
13381338| Authenticated Card Not Configured | ` -32007 ` | Authenticated Extended Card not configured | ` UNIMPLEMENTED ` | ` AUTHENTICATED_CARD_NOT_CONFIGURED ` | ` 501 ` | ` AUTHENTICATED_CARD_NOT_CONFIGURED ` |
13391339| ** Authentication/Authorization Errors** |
1340- | Authentication Required | N/A (HTTP 401) | Authentication required | ` UNAUTHENTICATED ` | ` AUTH_REQUIRED ` | ` 401 ` | ` AUTH_REQUIRED ` |
1341- | Authorization Failed | N/A (HTTP 403) | Permission denied | ` PERMISSION_DENIED ` | ` AUTH_FAILED ` | ` 403 ` | ` AUTH_FAILED ` |
1340+ | Authentication Required | N/A | Authentication required | ` UNAUTHENTICATED ` | ` AUTH_REQUIRED ` | ` 401 ` | ` AUTH_REQUIRED ` |
1341+ | Authorization Failed | N/A | Permission denied | ` PERMISSION_DENIED ` | ` AUTH_FAILED ` | ` 403 ` | ` AUTH_FAILED ` |
13421342| ** Service Availability Errors** |
1343- | Service Unavailable | N/A (HTTP 503) | Service temporarily unavailable | ` UNAVAILABLE ` | ` SERVICE_UNAVAILABLE ` | ` 503 ` | ` SERVICE_UNAVAILABLE ` |
1343+ | Service Unavailable | N/A | Service temporarily unavailable | ` UNAVAILABLE ` | ` SERVICE_UNAVAILABLE ` | ` 503 ` | ` SERVICE_UNAVAILABLE ` |
13441344
13451345#### 8.5.1. Error Equivalence Requirements
13461346
You can’t perform that action at this time.
0 commit comments