-
Notifications
You must be signed in to change notification settings - Fork 10
Error Codes
beakona edited this page Mar 2, 2021
·
10 revisions
This is the list of error codes that can be generated by AutoInterface source generator.
Code | Description [en-US] |
---|---|
BK-AG01 | Type is not marked as partial. |
BK-AG02 | Type is static. |
BK-AG03 | Type is not an interface. |
BK-AG04 | Unable to cast. |
BK-AG05 | Type does not implement a defined interface(s). |
BK-AG06 | Target member is writeonly. |
BK-AG07 | Type should be an interface. |
BK-AG08 | Type is not a class, record, or struct. |
BK-AG09 | Internal exception. |
BK-AG10 | Multiple AutoInterface templates. |
BK-AG11 | Template file not found. |
BK-AG12 | More than one template specified. |
BK-AG13 | Cannot specify both AutoInterface.Template and AutoInterfaceTemplate simultaneously. |
BK-AG14 | Template is missing. |
BK-AG15 | Filter is not valid Regex expression. |
BK-AG16 | Multiple partial templates found. |
BK-AG stands for BeaKona-AutoGenerator.