# SDK_TRANSPORT_PARSE

- Surface: SDK

## Cause

The transport received a response body that could not be parsed as the expected evaluate/peek/verify shape.

## Fix

Confirm the `endpoint` points at a splitch data-plane edge and that intermediaries are not rewriting the body. The parse rejection is on `logger.error`'s `cause`. This is not an HTTP 503 from the server.

## Related

- [SDK_TRANSPORT_NETWORK](https://splitch.dev/docs/error/SDK_TRANSPORT_NETWORK)
- [SERVICE_UNAVAILABLE](https://splitch.dev/docs/error/SERVICE_UNAVAILABLE)

Source: https://splitch.dev/docs/error/SDK_TRANSPORT_PARSE