Exemplo n.º 1
0
 public NotFound(QueryErrorResponse response) : base(response)
 {
 }
Exemplo n.º 2
0
 internal InternalError(QueryErrorResponse response) : base(response)
 {
 }
Exemplo n.º 3
0
 internal Unauthorized(QueryErrorResponse response) : base(response)
 {
 }
Exemplo n.º 4
0
 internal PermissionDenied(QueryErrorResponse response) : base(response)
 {
 }
Exemplo n.º 5
0
 internal BadRequest(QueryErrorResponse response) : base(response)
 {
 }
Exemplo n.º 6
0
 protected FaunaException(QueryErrorResponse response) : base(CreateMessage(response.Errors))
 {
     queryErrorResponse = response;
 }
Exemplo n.º 7
0
 internal UnknowException(QueryErrorResponse response) : base(response)
 {
 }
Exemplo n.º 8
0
 internal UnavailableError(QueryErrorResponse response) : base(response)
 {
 }
Exemplo n.º 9
0
 internal StreamingException(QueryErrorResponse response) : base(response)
 {
 }