From c4191141d3e957e92eafd0e1af69090cb710ff4d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 11 Jan 2014 16:22:54 -0800 Subject: spec: Convert Errors chapter to have a section per request Signed-off-by: Alan Coopersmith --- specs/fsproto.xml | 122 +++++++++++++++++++++++++++--------------------------- 1 file changed, 60 insertions(+), 62 deletions(-) diff --git a/specs/fsproto.xml b/specs/fsproto.xml index 644daa5..ac5bc62 100644 --- a/specs/fsproto.xml +++ b/specs/fsproto.xml @@ -2721,11 +2721,10 @@ bytes of extra data. The following errors are defined for the core protocol: - - - Error CodesRequest -Request - + +
+ <errorname>Request</errorname> + Error CodesRequest
@@ -2739,12 +2738,11 @@ extension request that is issued before a of that extension.
+
- - - Error CodesFormat -Format - +
+ <errorname>Format</errorname> + Error CodesFormat
@@ -2763,12 +2761,11 @@ requests. The value that caused the error is included as extra data.
+
- - - Error CodesFont -Font - +
+ <errorname>Font</errorname> + Error CodesFont
data-or-unused: CARD16 unused @@ -2789,12 +2786,11 @@ requests. The value that caused the error is included as extra data.
+
- - - Error CodesRange -Range - +
+ <errorname>Range</errorname> + Error CodesRange
@@ -2814,11 +2810,11 @@ requests. The value that caused the error is included as extra data.
- - - Error CodesEventMask -EventMask - +
+ +
+ <errorname>EventMask</errorname> + Error CodesEventMask
@@ -2835,11 +2831,11 @@ request. The value that caused the error is included as extra data.
- - - Error CodesAccessContext -AccessContext - +
+ +
+ <errorname>AccessContext</errorname> + Error CodesAccessContext
@@ -2862,11 +2858,11 @@ returned as extra data. In the third case, the current ACCESSCONTEXT is returned as extra data.
- - - Error CodesIDChoice -IDChoice - +
+ +
+ <errorname>IDChoice</errorname> + Error CodesIDChoice
@@ -2886,11 +2882,11 @@ request. The value that caused the error is included as extra data.
- - - Error CodesName -Name - +
+ +
+ <errorname>Name</errorname> + Error CodesName
@@ -2905,12 +2901,11 @@ request or no catalogue names in a request.
+
- - - Error CodesResolution -Resolution - +
+ <errorname>Resolution</errorname> + Error CodesResolution
@@ -2932,12 +2927,11 @@ request. The value that caused the error is included in the DATA-OR-UNUSED field and as extra data.
+
- - - Error CodesAlloc -Alloc - +
+ <errorname>Alloc</errorname> + Error CodesAlloc
@@ -2948,12 +2942,11 @@ This error is generated by any request for which the server lacks sufficient resources (especially memory).
+
- - - Error CodesLength -Length - +
+ <errorname>Length</errorname> + Error CodesLength
@@ -2968,11 +2961,11 @@ greater than (MAXIMUM-REQUEST-LENGTH * 4) bytes. The value that caused the error is included as extra data.
- - - Error CodesImplementation -Implementation - +
+ +
+ <errorname>Implementation</errorname> + Error CodesImplementation
@@ -2983,11 +2976,16 @@ This error may be generated in response to any request that the server is unable to process because it is deficient. Use of this error is highly discouraged and indicates lack of conformance to the protocol. - -Additional errors may be defined by extensions.
+
+ Extensions + +Additional errors may be defined by extensions. + +
+
Events -- cgit v1.2.3