Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0
  3. API reference
  4. Error messages
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0

Error messages

The following table lists the possible return codes for the NetBackup XBSA functions. The descriptions for each individual function lists the valid return codes that are valid for that function.

The return code BSA_RC_SUCCESS is returned on successful completion by all NetBackup XBSA function calls.

Table: Error Messages for NetBackup XBSA Functions

Value

Return Code Name

Meaning

0x00

BSA_RC_SUCCESS

The function succeeded.

0x03

BSA_RC_ABORT_SYSTEM_ERROR

System detected error, operation aborted.

0x04

BSA_RC_AUTHENTICATION_FAILURE

There was an authentication failure.

0x05

BSA_RC_INVALID_CALL_SEQUENCE

The sequence of API calls is incorrect.

0x06

BSA_RC_INVALID_HANDLE

The handle used to associate this call with a previous BSAInit() call is invalid.

0x0B

BSA_RC_INVALID_VOTE

The value specified for vote is invalid.

0x0E

NBBSA_RC_MORE_DATA

There are more objects to restore in a multiple object restore operation.

0x0D

NBBSA_RC_FEATURE_NOT_LICENSED

The license for the requested feature is not available.

0x11

BSA_RC_NO_MATCH

No XBSA object matched the specified predicate.

0x12

BSA_RC_NO_MORE_DATA

No more data is available.

0x15

NBBSA_RC_INVALID_PARAMETER

A parameter passed to this function has an invalid value.

0x1A

BSA_RC_OBJECT_NOT_FOUND

There is no copy of the requested XBSA object.

0x20

BSA_RC_TRANSACTION_ABORTED

The transaction was aborted.

0x34

BSA_RC_INVALID_DATABLOCK

The BSA_DataBlock32 parameter contained an inconsistent value.

0x4B

BSA_RC_VERSION_NOT_SUPPORTED

The NetBackup implementation does not support the specified version of the interface.

0x4D

BSA_RC_ACCESS_FAILURE

Access to the requested XBSA object is not possible.

0x4E

BSA_RC_BUFFER_TOO_SMALL

The supplied buffer is too small to contain the data, as specified by the accompanying size parameter.

0x4F

BSA_RC_INVALID_COPYID

The copyId field contained an unrecognized value.

0x50

BSA_RC_INVALID_ENV

An entry in the environment structure is invalid or missing.

0x51

BSA_RC_INVALID_OBJECTDESCRIPTOR

The BSA_ObjectDescriptor was invalid.

0x53

BSA_RC_INVALID_QUERYDESCRIPTOR

The BSA_QueryDescriptor was invalid.

0x55

BSA_RC_NULL_ARGUMENT

A NULL pointer was encountered in one of the arguments.

Feedback

Was this page helpful?
Previous

API reference

Next

Function calls

Feedback

Was this page helpful?