Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix B Datatypes : Enumerated Types : tibas_status

tibas_status
Type
Declaration
typedef enum _tibas_status {
TIBAS_OK = 0,
TIBAS_NOT_FOUND = 1,
    TIBAS_ALREADY_EXISTS = 2,
TIBAS_LOCKED = 3,
TIBAS_MISMATCHED_LOCK = 4,
TIBAS_INCOMPATIBLE_TUPLE = 5,
TIBAS_MISMATCHED_TUPLE = 6,
TIBAS_INCOMPATIBLE_TYPE = 7,
TIBAS_LIMIT_EXCEEDED = 8,
    TIBAS_REMOTE_ERROR                  = 100
    TIBAS_SYS_ERROR = 256,
    TIBAS_INVALID_ARG                   = 257,
} tibas_status;
Purpose
This type represents the return codes used by TIBCO ActiveSpaces functions.
Values
For descriptions of the tibas_status values, see , Status Codes.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved