GDSX Manual

DCCBDECS and ULHDECSE Listings
Extended General Device Support (GDSX) Manual134303
C-11
DCCBDECS Listing
?Section Errors
! Guardian File Error Codes
!
Literal
FEOk = 0 ,
FEEof = 1 , FEInvalop = 2 ,
FESysmess = 6 , FEDup = 10 ,
FENotfound = 11 , FEInuse = 12 ,
FEBadname = 13 , FENosuchdevice = 14 ,
FENotopen = 16 , FENoprimary = 17 ,
FEBadcount = 21 ,
FEBoundserr = 22 , FENonout = 26 ,
FEToomany = 28 , FEmissparm = 29 ,
FENolcb = 30 , FENobufspace = 31 ,
FENopoolspace = 32 , FENoiobufspace = 33 ,
FENocbspace = 34 , FENoiocbspace = 35 ,
FENoiophysmem = 37 , FETimedout = 40 ,
FESecviol = 48 , FEWrongid = 60 ,
FEOpenstop = 61 , FEDevdown = 66 ,
FEContinue = 70 , FEBadreply = 74 ,
FENotransid = 75 , FEEndedtransid = 76 ,
FEInvtransid = 78 , FETmfnotrunning = 81 ,
FEToomanytransbegins = 83 , FETmfnotconfigured = 84 ,
FETransabrtownerdied = 90 , FETransabrtbaddbid = 91 ,
FETransabrtnetdown = 92 , FETransabrtaudoflow = 93 ,
FETransabrtoprcmd = 94 , FEAbortedtransid = 97 ,
FEToocheap = 99 , FENotready = 100 ,
FEBreakonly = 110 , FEBreak = 111 ,
FELinereset = 124 , FEModemerr = 140 ,
FEEotreceived = 163 , FEPollEnd = 176 ,
FENodata = 187 ,
FEOwnership = 200 , FEOwnabort = 210 ,
FECpupon = 230 , FEIopon = 231 ,
FEScerror = 233 ,
FEPathdown = 201 , FENetdown = 250 ,
FEFatpin = 560 ;
! The following is a list of all the server class errors. Pathsend reserves
! error numbers 900 - 950.
!
Literal
FSCerror = 233, ! ^Serverclass_Send_ error, call
! ^Serverclass_Send_Info_
FEScFirstError = 900, ! First available Pathsend Error.
FEScInvalidServerClassName = 900, ! Invalid server class name.
FEScInvalidPathmonName = 901, ! Invalid Pathmon process name.
FEScPathmonConnect = 902, ! Error with Pathmon
! connection (eg. Open, I/O,
! etc.).
FEScPathmonMessage = 903, ! Unknown message received from
! Server Monitor.
FEScServerLinkConnect = 904, ! Error with Server Link
! connection
! (eg. Open, I/O, etc. ).
FEScNoServerAvailable = 905, ! No Server Available.
FEScNoSendEverCalled = 906, ! the user called ^SERVERCLASS_SEND_INFO_
! before ever calling ^SERVERCLASS_SEND_.
FEScInvalidSegmentID = 907, ! The caller is using an extended
! segment id that is out of range.
FEScNoSegmentInUse = 908, ! The caller supplied a reference
! parameter which is an extended
! address, but doesn't have an
! extended segment in use.
FEScInvalidFlagsValue = 909, ! The caller set bits in the flags
! parameter that are reserved and
! must be 0.
FEScMissingParameter = 910, ! A required parameter was not
! supplied.
FEScInvalidBufferLength = 911, ! One of the buffer length parameters
! is invalid.
FEScParameterBoundsError = 912, ! A reference parameter is out of
! bounds.
FEScServerClassFrozen = 913, ! The server class is frozen.