4
4
Exceptions
5
5
==========
6
6
7
- .. _edgedb-dotnet-api-edgedb.configurationexception :
8
-
9
7
.. dn :class :: EdgeDB.ConfigurationException
10
8
11
9
Represents a generic configuration error.
@@ -28,8 +26,6 @@ Exceptions
28
26
:param Exception inner:
29
27
An inner exception.
30
28
31
- .. _edgedb-dotnet-api-edgedb.connectionfailedexception :
32
-
33
29
.. dn :class :: EdgeDB.ConnectionFailedException
34
30
35
31
Represents a connection failure that cannot be retried.
@@ -46,8 +42,6 @@ Exceptions
46
42
:param int attempts:
47
43
The number of attempts made to connect.
48
44
49
- .. _edgedb-dotnet-api-edgedb.connectionfailedtemporarilyexception :
50
-
51
45
.. dn :class :: EdgeDB.ConnectionFailedTemporarilyException
52
46
53
47
Represents a temporary connection failiure exception.
@@ -64,8 +58,6 @@ Exceptions
64
58
:param SocketError error:
65
59
The underlying socket error that caused this exception to be thrown.
66
60
67
- .. _edgedb-dotnet-api-edgedb.customclientexception :
68
-
69
61
.. dn :class :: EdgeDB.CustomClientException
70
62
71
63
Represents a generic error with custom clients.
@@ -78,8 +70,6 @@ Exceptions
78
70
:param string message:
79
71
The error message describing why this exception was thrown.
80
72
81
- .. _edgedb-dotnet-api-edgedb.edgedberrorexception :
82
-
83
73
.. dn :class :: EdgeDB.EdgeDBErrorException
84
74
85
75
Represents an exception that was caused by an error from EdgeDB.
@@ -105,8 +95,6 @@ Exceptions
105
95
106
96
Prettifies the error if it was a result of a bad query string; otherwise formats it.
107
97
108
- .. _edgedb-dotnet-api-edgedb.edgedbexception :
109
-
110
98
.. dn :class :: EdgeDB.EdgeDBException
111
99
112
100
Represents a generic exception that occured with the edgedb library.
@@ -151,8 +139,6 @@ Exceptions
151
139
:param Boolean shouldReconnect:
152
140
Whether or not the client who caught this exception should reconnect.
153
141
154
- .. _edgedb-dotnet-api-edgedb.invalidconnectionexception :
155
-
156
142
.. dn :class :: EdgeDB.InvalidConnectionException
157
143
158
144
Represents an error with the provided connection details.
@@ -165,8 +151,6 @@ Exceptions
165
151
:param string message:
166
152
The error message describing why this exception was thrown.
167
153
168
- .. _edgedb-dotnet-api-edgedb.invalidsignatureexception :
169
-
170
154
.. dn :class :: EdgeDB.InvalidSignatureException
171
155
172
156
Represents an exception that occurs when the server signature is incorrect.
@@ -176,8 +160,6 @@ Exceptions
176
160
177
161
Constructs a new :dn:class: `EdgeDB.InvalidSignatureException `.
178
162
179
- .. _edgedb-dotnet-api-edgedb.missingcodecexception :
180
-
181
163
.. dn :class :: EdgeDB.MissingCodecException
182
164
183
165
Represents an exception that occurs when the client doesn't have a codec for incoming or outgoing data.
@@ -190,8 +172,6 @@ Exceptions
190
172
:param string message:
191
173
The error message describing why this exception was thrown.
192
174
193
- .. _edgedb-dotnet-api-edgedb.missingrequiredexception :
194
-
195
175
.. dn :class :: EdgeDB.MissingRequiredException
196
176
197
177
Represents an exception that occurs when required data isn't returned.
@@ -201,8 +181,6 @@ Exceptions
201
181
202
182
Constructs a new :dn:class: `EdgeDB.MissingRequiredException `.
203
183
204
- .. _edgedb-dotnet-api-edgedb.notypeconverterexception :
205
-
206
184
.. dn :class :: EdgeDB.NoTypeConverterException
207
185
208
186
Represents an exception thrown when no type converter could be found.
@@ -241,8 +219,6 @@ Exceptions
241
219
:param Exception inner:
242
220
An optional inner exception.
243
221
244
- .. _edgedb-dotnet-api-edgedb.resultcardinalitymismatchexception :
245
-
246
222
.. dn :class :: EdgeDB.ResultCardinalityMismatchException
247
223
248
224
Represents an exception that occurs when a queries cardinality isn't what the client was expecting.
@@ -258,8 +234,6 @@ Exceptions
258
234
:param Cardinality actual:
259
235
The actual cardinality
260
236
261
- .. _edgedb-dotnet-api-edgedb.transactionexception :
262
-
263
237
.. dn :class :: EdgeDB.TransactionException
264
238
265
239
Represents an exception that occurs within transactions.
@@ -275,8 +249,6 @@ Exceptions
275
249
:param Exception innerException:
276
250
An optional inner exception.
277
251
278
- .. _edgedb-dotnet-api-edgedb.unexpectedmessageexception :
279
-
280
252
.. dn :class :: EdgeDB.UnexpectedMessageException
281
253
282
254
Represents an exception that occurs when the client receives an unexpected message.
0 commit comments