-
Notifications
You must be signed in to change notification settings - Fork 10
Error Codes
beakona edited this page Mar 16, 2024
·
10 revisions
This is the list of error codes that can be generated by AutoInterface source generator.
Code | Description [en-US] |
---|---|
BKAG01 | Type is not marked as partial. |
BKAG02 | Type is static. |
BKAG03 | Type is not an interface. |
BKAG04 | Unable to cast or missing member. |
|
|
BKAG06 | Target member is writeonly. |
BKAG07 | Type should be an interface. |
BKAG08 | Type is not a class, record, or struct. |
BKAG09 | Internal exception. |
BKAG10 | Multiple AutoInterface templates. |
BKAG11 | Template file not found. |
BKAG12 | More than one template specified. |
BKAG13 | Cannot specify both AutoInterface.Template and AutoInterfaceTemplate simultaneously. |
BKAG14 | Template is missing. |
BKAG15 | Filter is not valid Regex expression. |
BKAG16 | Multiple partial templates found. |
BKAG17 | Some attributes are missing. |
BKAG stands for BeaKona-AutoGenerator.