From 822e4f85df32d32bc33337b5c353adac12025d08 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Mon, 11 Nov 2019 18:02:07 +0100 Subject: [PATCH] spec: clarify the order of the execution of the tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- spec/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/README.md b/spec/README.md index a9523c4..8cb1403 100644 --- a/spec/README.md +++ b/spec/README.md @@ -142,6 +142,8 @@ whole lifetime of the server. * All successful API calls will return a representation of the *final* state attained by the objects which have been addressed (either requested, set or deleted). +* When several error conditions can happen at the same time, the order of the + checks is implementation-defined. For instance, given this request: ```http @@ -390,6 +392,8 @@ response. * Regarding HTTP request and response bodies: * The response body will be empty in case of error. * It will transport binary data in other case. +* When several error conditions can happen at the same time, the order of the + checks is implementation-defined. ## API Elements