Skip to content

Commit 6790a30

Browse files
Update docs/specification.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7ff351d commit 6790a30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/specification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)