This document is archived and information here might be outdated. Recommended version. |
NetworkLoader field checker return codes.
Constant | Value | Description |
---|---|---|
esriNLFCValid | 0 | The given field is valid. |
esriNLFCNotFound | -1 | The given field cannot be found or does not exist. |
esriNLFCInvalidType | -2 | The given field has invalid type. |
esriNLFCInvalidDomain | -3 | The given field has invalid domain. |
esriNLFCUnknownError | -255 | An unknown error was encountered. |