Enum GeneralStatusCodes

Enum Documentation

enum eipScanner::cip::GeneralStatusCodes

Values:

SUCCESS = 0x00

Service was successfully performed.

CONNECTION_FAILURE = 0x01

A connection related service failed along the connection path.

RESOURCE_UNAVAILABLE = 0x02

Resources needed for the object to perform the requested service were unavailable.

INVALID_PARAMETER_VALUE = 0x03

See CIPStatusCodes.InvalidParameter, which is the preferred value to use for this condition.

PATH_SEGMENT_ERROR = 0x04

The path segment identifier or the segment syntax was not understood by the processing node. Path processing shall stop when a path segment error is encountered.

PATH_DESTINATION_UNKNOWN = 0x05

The path is referencing an object class, instance, or structure element that is not known or is not contained in the processing node. Path processing shall stop when a path destination unknown error is encountered.

PARTIAL_TRANSFER = 0x06

Only part of the expected data was transferred.

CONNECTION_LOST = 0x07

The messaging connection was lost.

SERVICE_NOT_SUPPORTED = 0x08

The requested service was not implemented or was not defined for this object Class/Instance.

INVALID_ATTRIBUTE_VALUE = 0x09

Invalid attribute data detected.

ATTRIBUTE_LIST_ERROR = 0x0A

An attribute in the Get_Attribute_List or Set_Attribute_List response has a non-zero status.

ALREADY_IN_REQUESTED_MODE_OR_STATE = 0x0B

The object is already in the mode/state being requested by the service.

OBJECT_STATE_CONFLICT = 0x0C

The object cannot perform the requested service in its current state/mode.

OBJECT_ALREADY_EXISTS = 0x0D

The requested instance of object to be created already exists.

ATTRIBUTE_NOT_SETTABLE = 0x0E

A request to modify a non-modifiable attribute was received.

PRIVILEGE_VIOLATION = 0x0F

A permission/privilege check failed.

DEVICE_STATE_CONFLICT = 0x10

The device’s current mode/state prohibits the execution of the requested service.

REPLY_DATA_TOO_LARGE = 0x11

The data to be transmitted in the response buffer is larger than the allocated response buffer.

FRAGMENTATION_OF_PRIMITIVE_VALUE = 0x12

The service specified an operation that is going to fragment a primitive data value, i.e. half a REAL data type.

NOT_ENOUGH_DATA = 0x13

The service did not supply enough data to perform the requested operation.

ATTRIBUTE_NOT_SUPPORTED = 0x14

The attribute specified in the request is not supported.

TOO_MUCH_DATA = 0x15

The service was supplied with more data than was expected.

OBJECT_DOES_NOT_EXIST = 0x16

The object specified does not exist on the device.

SVCFRAG_SEQNC_NOT_IN_PROGRESS = 0x17

The fragmentation sequence for this service is not currently active for this data.

NO_STORED_ATTRIBUTE_DATA = 0x18

The attribute data of this object was not saved prior to the requested service.

STORE_OPERATION_FAILURE = 0x19

The attribute data of this object was not saved due to a failure following the attempt.

ROUTING_FAILURE_REQUEST_SIZE = 0x1A

The service request packet was too large for transmission on a network in the path to the destination. The routing device was forced to abort the service.

ROUTING_FAILURE_RESPONSE_SIZE = 0x1B

The service response packet was too large for transmission on a network in the path from the destination. The routing device was forced to abort the service.

MISSING_ATTRIBUTE_LIST_ENTRY = 0x1C

The service did not supply an attribute in a list of attributes that was needed by the service to perform the requested behavior.

INVALID_ATTRIBUTE_LIST = 0x1D

The service is returning the list of attributes supplied with status information for those attributes that were invalid.

EMBEDDED_SERVICE_ERROR = 0x1E

An embedded service resulted in an error.

VENDOR_SPECIFIC = 0x1F

A vendor specific error has been encountered. The Additional Code Field of the Error Response defines the particular error encountered. Use of this General Error Code should only be performed when none of the Error Codes presented in this table or within an Object Class definition accurately reflect the error.

INVALID_PARAMETER = 0x20

A parameter associated with the request was invalid. This code is used when a parameter does not meet the requirements of this specification and/or the requirements defined in an Application Object Specification.

WRITE_ONCE_WRITTEN = 0x21

An attempt was made to write to a write-once medium (e.g. WORM drive, PROM) that has already been written, or to modify a value that cannot be changed once established.

INVALID_REPLY_RECEIVED = 0x22

An invalid reply is received (e.g. reply service code does not match the request service code, or reply message is shorter than the minimum expected reply size). This status code can serve for other causes of invalid replies.

KEY_FAILURE_IN_PATH = 0x25

The Key Segment that was included as the first segment in the path does not match the destination module. The object specific status shall indicate which part of the key check failed.

PATH_SIZE_INVALID = 0x26

The size of the path which was sent with the Service Request is either not large enough to allow the Request to be routed to an object or too much routing data was included.

UNEXPECTED_ATTRIBUTE = 0x27

An attempt was made to set an attribute that is not able to be set at this time.

INVALID_MEMBER_ID = 0x28

The Member ID specified in the request does not exist in the specified Class/Instance/Attribute

MEMBER_NOT_SETTABLE = 0x29

A request to modify a non-modifiable member was received.