BrtError
November 9, 2018 ยท View on GitHub
Bruit.io
BRuit is a User Issues Tool
๐จ ERROR CODES ๐จ
BrtError
interface BrtError {
code: number;
text: string;
}
CODES
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 |