← Back to index

error

Example 1

SebastianJS (SVG)
../assets/error-1.svg
Mermaid (code)
erDiagram
ATLAS-ORGANIZATION ||--|{ ATLAS-PROJECTS : "has many"
ATLAS-PROJECTS ||--|{ MONGODB-CLUSTERS : "has many"
ATLAS-PROJECTS ||--|{ ATLAS-TEAMS : "has many"

Example 2

SebastianJS (SVG)
Render failed: Parse error on line 5:
...GODB-CLUSTERS ||..|{ATLAS-TEAMS ||..|{
-----------------------^
Expecting 'UNICODE_TEXT', 'ENTITY_NAME', 'NON_IDENTIFYING', 'IDENTIFYING', got 'NEWLINE'
Mermaid (code)
erDiagram
ATLAS-ORGANIZATION ||--|{ ATLAS-PROJECTS : "has many"
ATLAS-PROJECTS ||--|{ MONGODB-CLUSTERS : "has many"
ATLAS-PROJECTS ||--|{ ATLAS-TEAMS : "has many"
MONGODB-CLUSTERS ||..|{
ATLAS-TEAMS ||..|{

Example 3

SebastianJS (SVG)
../assets/error-3.svg
Mermaid (code)
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)

Example 4

SebastianJS (SVG)
Render failed: Parse error on line 3:
...ney| B(Go shopping)
----------------------^
Expecting 'LINK', 'UNICODE_TEXT', 'EDGE_TEXT', got '1'
Mermaid (code)
flowchart TD
A[Christmas] --|Get money| B(Go shopping)