Metadata Result Codes

When you use the Metadata Custom Fields API, the return value includes one of the following Metadata results:

Metadata Result Codes

Code

Metadata Result

Message or description

0

Success

(Indicates the API call was successful.)

1

InvalidConfigObject

Config object is invalid. + [Error].

2

InvalidDN

DN is invalid. + [Error].

3

InvalidName

Metadata object name is invalid.

4

InvalidItem

Item is invalid. + [Error].

5

InvalidClass

Class is invalid. + [Error].

6

InvalidMetadataObject

Metadata object is invalid.

7

InvalidRights

Object rights are invalid.+ [Error].

8

ItemIsNull

Item is missing or empty. + [Error].

9

ItemAlreadyExists

Duplicate item. + [Error].

10

ItemTypeUnknown

Item type is unknown. + [Error].

11

ConfigCreateFailed

Config object failed to create. + [Error].

12

ConfigWriteFailed

Config object failed to write. + [Error].

13

ConfigDeleteFailed

Config object failed to delete.

14

MetadataInUse

Metadata item is in use. + [Error].

15

NoAllowedValues

Metadata item has invalid values.

16

AllowedValueDoesNotExist

The required object does not exist or you do not have rights to read it.

17

ValueNotInAllowedList

Value is invalid.

18

ItemNotValidForClass

Item is not valid for class. + [Error].

19

NameTooLong

Metadata item name is too long. + [Error].

20

TooManyContainers

Nesting is too deep. + [Error].

21

ConfigDnNotContainer

DN is invalid.+ [Error].

22

InvalidPolicyState

Policy state is invalid.

23

ConfigLockFailed

Config lock failed.

24

ConfigReadFailed

Config object failed to read.+ [Error].

25

RemoteError

Remote request failed.