UNPKG

hazelcast-client

Version:

Hazelcast - open source In-Memory Data Grid - client for NodeJS

92 lines (91 loc) 4.18 kB
export declare class ClientProtocolErrorCodes { static readonly UNDEFINED: number; static readonly ARRAY_INDEX_OUT_OF_BOUNDS: number; static readonly ARRAY_STORE: number; static readonly AUTHENTICATION: number; static readonly CACHE: number; static readonly CACHE_LOADER: number; static readonly CACHE_NOT_EXISTS: number; static readonly CACHE_WRITER: number; static readonly CALLER_NOT_MEMBER: number; static readonly CANCELLATION: number; static readonly CLASS_CAST: number; static readonly CLASS_NOT_FOUND: number; static readonly CONCURRENT_MODIFICATION: number; static readonly CONFIG_MISMATCH: number; static readonly CONFIGURATION: number; static readonly DISTRIBUTED_OBJECT_DESTROYED: number; static readonly DUPLICATE_INSTANCE_NAME: number; static readonly EOF: number; static readonly ENTRY_PROCESSOR: number; static readonly EXECUTION: number; static readonly HAZELCAST: number; static readonly HAZELCAST_INSTANCE_NOT_ACTIVE: number; static readonly HAZELCAST_OVERLOAD: number; static readonly HAZELCAST_SERIALIZATION: number; static readonly IO: number; static readonly ILLEGAL_ARGUMENT: number; static readonly ILLEGAL_ACCESS_EXCEPTION: number; static readonly ILLEGAL_ACCESS_ERROR: number; static readonly ILLEGAL_MONITOR_STATE: number; static readonly ILLEGAL_STATE: number; static readonly ILLEGAL_THREAD_STATE: number; static readonly INDEX_OUT_OF_BOUNDS: number; static readonly INTERRUPTED: number; static readonly INVALID_ADDRESS: number; static readonly INVALID_CONFIGURATION: number; static readonly MEMBER_LEFT: number; static readonly NEGATIVE_ARRAY_SIZE: number; static readonly NO_SUCH_ELEMENT: number; static readonly NOT_SERIALIZABLE: number; static readonly NULL_POINTER: number; static readonly OPERATION_TIMEOUT: number; static readonly PARTITION_MIGRATING: number; static readonly QUERY: number; static readonly QUERY_RESULT_SIZE_EXCEEDED: number; static readonly QUORUM: number; static readonly REACHED_MAX_SIZE: number; static readonly REJECTED_EXECUTION: number; static readonly REMOTE_MAP_REDUCE: number; static readonly RESPONSE_ALREADY_SENT: number; static readonly RETRYABLE_HAZELCAST: number; static readonly RETRYABLE_IO: number; static readonly RUNTIME: number; static readonly SECURITY: number; static readonly SOCKET: number; static readonly STALE_SEQUENCE: number; static readonly TARGET_DISCONNECTED: number; static readonly TARGET_NOT_MEMBER: number; static readonly TIMEOUT: number; static readonly TOPIC_OVERLOAD: number; static readonly TOPOLOGY_CHANGED: number; static readonly TRANSACTION: number; static readonly TRANSACTION_NOT_ACTIVE: number; static readonly TRANSACTION_TIMED_OUT: number; static readonly URI_SYNTAX: number; static readonly UTF_DATA_FORMAT: number; static readonly UNSUPPORTED_OPERATION: number; static readonly WRONG_TARGET: number; static readonly XA: number; static readonly ACCESS_CONTROL: number; static readonly LOGIN: number; static readonly UNSUPPORTED_CALLBACK: number; static readonly NO_DATA_MEMBER: number; static readonly REPLICATED_MAP_CANT_BE_CREATED: number; static readonly MAX_MESSAGE_SIZE_EXCEEDED: number; static readonly WAN_REPLICATION_QUEUE_FULL: number; static readonly ASSERTION_ERROR: number; static readonly OUT_OF_MEMORY_ERROR: number; static readonly STACK_OVERFLOW_ERROR: number; static readonly NATIVE_OUT_OF_MEMORY_ERROR: number; static readonly SERVICE_NOT_FOUND: number; static readonly STALE_TASK_ID: number; static readonly DUPLICATE_TASK: number; static readonly STALE_TASK: number; static readonly LOCAL_MEMBER_RESET: number; static readonly INDETERMINATE_OPERATION_STATE: number; static readonly FLAKE_ID_NODE_ID_OUT_OF_RANGE_EXCEPTION: number; static readonly TARGET_NOT_REPLICA_EXCEPTION: number; static readonly MUTATION_DISALLOWED_EXCEPTION: number; static readonly CONSISTENCY_LOST_EXCEPTION: number; }