/** * Error codes handled by arangojs. * * See also {@link https://www.arangodb.com/docs/stable/appendix-error-codes.html | ArangoDB error documentation}. * * @packageDocumentation * @internal * @hidden */ export declare const TRANSACTION_NOT_FOUND = 10; export declare const ANALYZER_NOT_FOUND = 1202; export declare const DOCUMENT_NOT_FOUND = 1202; export declare const COLLECTION_NOT_FOUND = 1203; export declare const VIEW_NOT_FOUND = 1203; export declare const DATABASE_NOT_FOUND = 1228; export declare const GRAPH_NOT_FOUND = 1924; //# sourceMappingURL=codes.d.ts.map