BRuit is a User Issues Tool
🚨 ERROR CODES 🚨
interface BrtError {
code: number;
text: string;
}
a code is formated with tree number:
code | text | Description |
---|---|---|
100 | config is missing | your config is missing, give a BrtConfig to component property config |
101 | config is missing | your config is missing, give a BrtConfig to property config |