Table 94 defines the list of standard Method call error codes generated by a MDIS Server.

Table 94 - Method error codes

Result Code

Description

Good_Completes_Ascynchronously

See OPC UA Part 4 – Services for the description of this result code. (The Method id does not refer to a Method for the specified Object.)

Bad_MethodInvalid

See OPC UA Part 4 – Services for the description of this result code. (The Method id does not refer to a Method for the specified Object.)

Bad_NotImplemented

See OPC UA Part 4 – Services for the description of this result code. (Requested operation is not implemented.)

Bad_NodeIdUnknown

See OPC UA Part 4 – Services for the description of this result code. (Used to indicate that the specified Object is not valid)

Bad_ArgumentsMissing

See OPC UA Part 4 – Services for the description of this result code (The Client did not specify all of the input arguments for the Method.)

Bad_TooManyArguments

See OPC UA Part 4 – Services for the description of this result code (The Client specified more input arguments than defined for the Method.)

Bad_InvalidArgument

See OPC UA Part 4 – Services for the description of this result code. (Used to indicate in the operation level results that one or more of the input arguments are invalid. The inputArgumentResults contain the specific status code for each invalid argument.)

Bad_TypeMismatch

See OPC UA Part 4 – Services for the description of this result code. (Used to indicate that an input argument does not have the correct data type.)

Bad_OutOfRange

See OPC UA Part 4 – Services for the description of this result code. (Used to indicate that an input argument is outside the acceptable range.)

Bad_Timeout

See OPC UA Part 4 – Services for the description of this result code. (The operation timed out. – the Server did not respond to the command)

Bad_InvalidState

See OPC UA Part 4 – Services for the description of this result code. (The operation cannot be completed because the Object is closed, uninitialized or in some other invalid state.)

Bad_AccessDenied

See OPC UA Part 4 – Services for the description of this result code. (The operation cannot be completed because the server does not allow the client to perform the operation)