Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add an error code for DBT
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1281 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
hche10x committed Jul 8, 2008
1 parent 954a79e commit bd25aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Python/Common/BuildToolError.py
Expand Up @@ -73,6 +73,7 @@
GENFDS_ERROR = 0xF003
ECC_ERROR = 0xF004
EOT_ERROR = 0xF005
DBT_ERROR = 0xF009
WARNING_AS_ERROR = 0xF006
MIGRATION_ERROR = 0xF010
ABORT_ERROR = 0xFFFE
Expand Down

0 comments on commit bd25aab

Please sign in to comment.