Errors

Complete reference for error codes, messages, and handling strategies.

Overview

TraceMem uses standard HTTP status codes and JSON-RPC error codes. This guide covers all error scenarios and how to handle them.

Error Format

[Content to be filled - JSON-RPC error format]

HTTP Status Codes

  • 401 Unauthorized - Invalid or missing API key
  • 403 Forbidden - Permission denied
  • 429 Too Many Requests - Rate limit exceeded
  • 500 Internal Server Error - Server error

JSON-RPC Error Codes

[Content to be filled]

Common Errors

Authentication Errors

[Content to be filled - from provided getting started guide]

Permission Errors

[Content to be filled - from provided getting started guide]

Rate Limiting

[Content to be filled - from provided getting started guide]

Policy Denials

[Content to be filled]

Validation Errors

[Content to be filled]

Error Handling Patterns

[Content to be filled - from provided getting started guide]

Retry Strategies

[Content to be filled]

TraceMem is trace-native infrastructure for AI agents