|
8 | 8 | <title>API Error & Status Normalization API | RapidAPI</title> |
9 | 9 | <meta name="description" content="Normalize any API error response into a canonical error taxonomy. Send HTTP status code and raw response body (JSON, text, HTML, or XML); optional headers (e.g. Retry-After, rate-limit headers). Returns canonical error type (AUTH_INVALID, RATE_LIMIT_EXCEEDED, VALIDATION_FAILED, etc.), retry guidance (retryRecommended, retryAfterSeconds, retryStrategy), severity (temporary vs permanent, client vs server), confidence score (0–1), provenance, and human-readable summary. Vendor-agnostic, stateless, no outbound calls. Max request size 1MB."> |
10 | 10 | <meta name="keywords" content="api-error-status-normalization, API, RapidAPI, developer"> |
11 | | - <link rel="canonical" href="https://your-catalog-domain.com/apis/api-error-status-normalization.html"> |
| 11 | + <link rel="canonical" href="https://precisionsolutionstech-netizen.github.io/api-catalog/apis/api-error-status-normalization.html"> |
12 | 12 | <meta property="og:title" content="API Error & Status Normalization API"> |
13 | 13 | <meta property="og:description" content="Normalize any API error response into a canonical error taxonomy. Send HTTP status code and raw response body (JSON, text, HTML, or XML); optional headers (e.g. Retry-After, rate-limit headers). Returns canonical error type (AUTH_INVALID, RATE_LIMIT_EXCEEDED, VALIDATION_FAILED, etc.), retry guidance (retryRecommended, retryAfterSeconds, retryStrategy), severity (temporary vs permanent, client vs server), confidence score (0–1), provenance, and human-readable summary. Vendor-agnostic, stateless, no outbound calls. Max request size 1MB."> |
14 | 14 | <script type="application/ld+json"> |
15 | | -{"@context":"https://schema.org","@type":"WebPage","name":"API Error & Status Normalization API","description":"Normalize any API error response into a canonical error taxonomy. Send HTTP status code and raw response body (JSON, text, HTML, or XML); optional headers (e.g. Retry-After, rate-limit headers). Returns canonical error type (AUTH_INVALID, RATE_LIMIT_EXCEEDED, VALIDATION_FAILED, etc.), retry guidance (retryRecommended, retryAfterSeconds, retryStrategy), severity (temporary vs permanent, client vs server), confidence score (0–1), provenance, and human-readable summary. Vendor-agnostic, stateless, no outbound calls. Max request size 1MB.","url":"https://your-catalog-domain.com/apis/api-error-status-normalization.html"} |
| 15 | +{"@context":"https://schema.org","@type":"WebPage","name":"API Error & Status Normalization API","description":"Normalize any API error response into a canonical error taxonomy. Send HTTP status code and raw response body (JSON, text, HTML, or XML); optional headers (e.g. Retry-After, rate-limit headers). Returns canonical error type (AUTH_INVALID, RATE_LIMIT_EXCEEDED, VALIDATION_FAILED, etc.), retry guidance (retryRecommended, retryAfterSeconds, retryStrategy), severity (temporary vs permanent, client vs server), confidence score (0–1), provenance, and human-readable summary. Vendor-agnostic, stateless, no outbound calls. Max request size 1MB.","url":"https://precisionsolutionstech-netizen.github.io/api-catalog/apis/api-error-status-normalization.html"} |
16 | 16 | </script> |
17 | 17 | <style> |
18 | 18 | :root { --bg: #0f172a; --surface: #1e293b; --border: #334155; --text: #e2e8f0; --muted: #94a3b8; --accent: #38bdf8; --success: #34d399; --error: #f87171; } |
|
0 commit comments