Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 712 Bytes

DOC_ERRORS.md

File metadata and controls

23 lines (18 loc) · 712 Bytes

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