From e704532a3831f998acb02404364171074df75eea Mon Sep 17 00:00:00 2001 From: Cristian Recoseanu Date: Tue, 5 Mar 2024 13:29:19 +0000 Subject: [PATCH] Update API requests.md Remove Error response messages section as no longer applies globally --- docs/API requests.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/API requests.md b/docs/API requests.md index d015128..9cdf4c5 100644 --- a/docs/API requests.md +++ b/docs/API requests.md @@ -112,7 +112,3 @@ The response MUST be of type [NcMethodResult](https://specs.amwa.tv/ms-05-02/lat This is equivalent to invoking the specified method. `TODO`: Figure out how we map deprecation statuses for properties and methods. - -## Error response messages - -When any request encounters an error, the response MUST be [NcMethodResultError](https://specs.amwa.tv/ms-05-02/latest/docs/Framework.html#ncmethodresulterror) or a derived datatype.