![]() |
#include <aerospike/as_std.h>
#include <aerospike/as_status.h>
#include <aerospike/as_string.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | as_error |
Macros | |
#define | AS_ERROR_MESSAGE_MAX_LEN (AS_ERROR_MESSAGE_MAX_SIZE - 1) |
#define | AS_ERROR_MESSAGE_MAX_SIZE 1024 |
#define AS_ERROR_MESSAGE_MAX_LEN (AS_ERROR_MESSAGE_MAX_SIZE - 1) |
The maximum string length of as_error.message
Definition at line 43 of file as_error.h.
#define AS_ERROR_MESSAGE_MAX_SIZE 1024 |
The size of as_error.message
Definition at line 38 of file as_error.h.