This command outputs the details of a specified error code.
Request body format
{ "action":"submit", "cliname":"YKERCODE", "operands":"error-code" }
Parameters specified in the request body
error-code ~ <4 hexadecimal characters>
Specify the storage system sense byte information (error code) that is included in the message displayed by Business Continuity Manager. For details on error codes, see the section that describes storage system sense byte information in the manual Hitachi Storage Management Software for Mainframe Messages.
Responses
Return code
If the CLI command has finished running, the return code of the CLI command is set in the rc key of the response. If an error occurs before the CLI command is run, the BCM Web API server sets the return code.
The following table lists and describes the return codes of the YKERCODE command.
Return code |
Meaning |
---|---|
0 |
The command completed normally. |
8 |
No description of the specified error code was found. |
16 |
Command execution terminated because of an invalid parameter. |
64 |
The module cannot be loaded. Possible causes are as follows:
|
For details about return codes set by the BCM Web API server, see Return codes set by the BCM Web API server.