Loading...
Searching...
No Matches
Data Structures | Macros
as_error.h File Reference
#include <aerospike/as_std.h>
#include <aerospike/as_status.h>
#include <aerospike/as_string.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
+ Include dependency graph for as_error.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ AS_ERROR_MESSAGE_MAX_LEN

#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.

◆ AS_ERROR_MESSAGE_MAX_SIZE

#define AS_ERROR_MESSAGE_MAX_SIZE   1024

The size of as_error.message

Definition at line 38 of file as_error.h.