[−][src]Module places::ffi::error_codes
Constants
DATABASE_BUSY | The requested operation failed because the database was busy performing operations on a separate connection to the same DB. |
DATABASE_CORRUPT | The requested operation failed because the store is corrupt |
DATABASE_INTERRUPTED | The requested operation failed because it was interrupted |
INVALID_PLACE_INFO_CANNOT_UPDATE_ROOT |
|
INVALID_PLACE_INFO_ILLEGAL_CHANGE |
|
INVALID_PLACE_INFO_INVALID_PARENT |
|
INVALID_PLACE_INFO_NO_ITEM |
|
INVALID_PLACE_INFO_URL_TOO_LONG |
|
UNEXPECTED | An unexpected error occurred which likely cannot be meaningfully handled by the application. |
URL_PARSE_ERROR | A URL was provided that we failed to parse |