File: schema_error.md

package info (click to toggle)
jsoncons 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 18,276 kB
  • sloc: cpp: 143,266; sh: 34; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
### jsoncons::jsonschema::schema_error

```cpp
#include <jsoncons_ext/jsonschema/schema_error.hpp>
```

<br>

`jsoncons::jsonschema::schema_error` defines an exception type for reporting failures in jsonschema operations.

![schema_error](./diagrams/schema_error.png)

#### Constructors

    schema_error(const std::string& message);

#### Member functions

    const char* what() const noexcept
Returns an error message