2020-08-05 05:39:36 -04:00
|
|
|
(id errno)
|
|
|
|
(description "C/POSIX/Unix errno values")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "EINTR")
|
|
|
|
(sample-code "4")
|
2020-08-05 05:39:36 -04:00
|
|
|
|
|
|
|
(id ftp)
|
|
|
|
(description "File Transfer Protocol reply codes")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "")
|
|
|
|
(sample-code "553")
|
2020-08-05 05:39:36 -04:00
|
|
|
|
|
|
|
(id http)
|
|
|
|
(description "Hypertext Transfer Protocol status codes")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "")
|
|
|
|
(sample-code "404")
|
2020-08-05 05:39:36 -04:00
|
|
|
|
2020-08-09 09:30:38 -04:00
|
|
|
(id libarchive)
|
|
|
|
(description "The libarchive archiving and compression library")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "ARCHIVE_FAILED")
|
|
|
|
(sample-code "-25")
|
2020-08-09 09:30:38 -04:00
|
|
|
|
2020-08-09 18:11:20 -04:00
|
|
|
(id libcurl)
|
|
|
|
(description "The libcurl networking library")
|
|
|
|
(sample-name "CURLE_GOT_NOTHING")
|
|
|
|
(sample-code "52")
|
|
|
|
|
2020-08-05 05:39:36 -04:00
|
|
|
(id libsodium)
|
|
|
|
(description "The libsodium cryptography library")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "")
|
|
|
|
(sample-code "")
|
2020-08-05 05:39:36 -04:00
|
|
|
|
2020-08-10 03:26:32 -04:00
|
|
|
(id opengl)
|
|
|
|
(description "The OpenGL 3D graphics API")
|
|
|
|
(sample-name "GL_INVALID_ENUM")
|
|
|
|
(sample-code "#x0500")
|
|
|
|
|
2020-08-05 05:39:36 -04:00
|
|
|
(id mysql)
|
|
|
|
(description "MySQL and MariaDB database errors")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "CR_CONN_HOST_ERROR")
|
|
|
|
(sample-code "2003")
|
2020-08-05 05:39:36 -04:00
|
|
|
|
2020-08-09 09:27:58 -04:00
|
|
|
(id gethostby)
|
2020-08-09 18:11:07 -04:00
|
|
|
(description "BSD Unix gethostbyname(), gethostbyaddr(), and h_errno values")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "HOST_NOT_FOUND")
|
|
|
|
(sample-code "1")
|
2020-08-09 09:27:58 -04:00
|
|
|
|
2020-08-05 05:39:36 -04:00
|
|
|
(id netdb)
|
2020-08-09 09:27:58 -04:00
|
|
|
(description "POSIX/Unix netdb.h EAI error values")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "EAI_AGAIN")
|
|
|
|
(sample-code "2")
|
2020-08-05 05:39:36 -04:00
|
|
|
|
|
|
|
(id postgresql)
|
|
|
|
(description "PostgreSQL errors")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "protocol_violation")
|
|
|
|
(sample-code "08P01")
|
2020-08-05 05:39:36 -04:00
|
|
|
|
|
|
|
(id sqlite)
|
|
|
|
(description "SQLite database result codes")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "SQLITE_LOCKED")
|
|
|
|
(sample-code "6")
|
2020-08-05 05:39:36 -04:00
|
|
|
|
|
|
|
(id windows)
|
|
|
|
(description "Microsoft Windows API (aka win32)")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "ERROR_WOW_ASSERTION")
|
|
|
|
(sample-code "670")
|
2020-08-05 05:39:36 -04:00
|
|
|
|
|
|
|
(id winsock)
|
2020-08-09 08:34:12 -04:00
|
|
|
(description "Microsoft Windows Sockets API")
|
2020-08-09 09:30:54 -04:00
|
|
|
(sample-name "WSAENOTCONN")
|
|
|
|
(sample-code "10057")
|
2020-08-10 03:26:32 -04:00
|
|
|
|
|
|
|
(id zlib)
|
|
|
|
(description "The zlib compression library")
|
|
|
|
(sample-name "Z_STREAM_ERROR")
|
|
|
|
(sample-code "-2")
|