105 lines
5.0 KiB
HTML
105 lines
5.0 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="System Object Access APIs return codes" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikuniquerc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiksoa.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiksoahandlerrors.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rcsoaapis" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>System Object Access APIs return codes</title>
|
|
</head>
|
|
<body id="rcsoaapis"><a name="rcsoaapis"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">System Object Access APIs return codes</h1>
|
|
<div><div class="example"> <pre>
|
|
0 CWBSO_NO_ERROR
|
|
No error occurred.
|
|
1 CWBSO_ERROR_OCCURRED
|
|
An error occurred. Use error handle for more information.
|
|
2 CWBSO_LOW_MEMORY
|
|
Not enough memory is available for the request.
|
|
3 CWBSO_BAD_LISTTYPE
|
|
The value specified for type of list is not valid.
|
|
4 CWBSO_BAD_HANDLE
|
|
The handle specified is not valid.
|
|
5 CWBSO_BAD_LIST_HANDLE
|
|
The list handle specified is not valid.
|
|
6 CWBSO_BAD_OBJ_HANDLE
|
|
The object handle specified is not valid.
|
|
7 CWBSO_BAD_PARMOBJ_HANDLE
|
|
The parameter object handle specified is not valid.
|
|
8 CWBSO_BAD_ERR_HANDLE
|
|
The error handle specified is not valid.
|
|
9 CWBSO_BAD_LIST_POSITION
|
|
The position in list specified does not exist.
|
|
10 CWBSO_BAD_ACTION_ID
|
|
An action ID specified is not valid for the type of list.
|
|
11 CWBSO_NOT_ALLOWED_NOW
|
|
The action requested is not allowed at this time.
|
|
12 CWBSO_BAD_INCLUDE_ID
|
|
The filter ID specified is not valid for this list.
|
|
13 CWBSO_DISP_MSG_FAILED
|
|
The request to display the message failed.
|
|
14 CWBSO_GET_MSG_FAILED
|
|
The error message text could not be retrieved.
|
|
15 CWBSO_BAD_SORT_ID
|
|
A sort ID specified is not valid for the type of list.
|
|
16 CWBSO_INTERNAL_ERROR
|
|
An internal processing error occurred.
|
|
17 CWBSO_NO_ERROR_MESSAGE
|
|
The error handle specified contains no error message.
|
|
18 CWBSO_BAD_ATTRIBUTE_ID
|
|
The attribute key is not valid for this object.
|
|
19 CWBSO_BAD_TITLE
|
|
The title specified is not valid.
|
|
20 CWBSO_BAD_FILTER_VALUE
|
|
The filter value specified is not valid.
|
|
21 CWBSO_BAD_PROFILE_NAME
|
|
The profile name specified is not valid.
|
|
22 CWBSO_DISPLAY_FAILED
|
|
The window could not be created.
|
|
23 CWBSO_SORT_NOT_ALLOWED
|
|
Sorting is not allowed for this type of list.
|
|
24 CWBSO_CANNOT_CHANGE_ATTR
|
|
Attribute is not changeable at this time.
|
|
25 CWBSO_CANNOT_READ_PROFILE
|
|
Cannot read from the specified profile file.
|
|
26 CWBSO_CANNOT_WRITE_PROFILE
|
|
Cannot write to the specified profile file.
|
|
27 CWBSO_BAD_SYSTEM_NAME
|
|
The system name specified is not a valid iSeries system name.
|
|
28 CWBSO_SYSTEM_NAME_DEFAULTED
|
|
No system name was specified on the "CWBSO_CreateListHandle" call
|
|
for the list.
|
|
29 CWBSO_BAD_FILTER_ID
|
|
The filter ID specified is not valid for the type of list.</pre>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaikuniquerc.htm">iSeries Access for Windows component-specific return codes</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rzaiksoa.htm" title="System Object Access enables you to view and manipulate iSeries objects through a graphical user interface.">iSeries Access for Windows System Object Access (SOA) APIs</a></div>
|
|
<div><a href="rzaiksoahandlerrors.htm" title="All System Object Access APIs use return codes to report error conditions.">About System Object Access errors</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |