⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errref.script

📁 Software Testing Automation Framework (STAF)的开发代码
💻 SCRIPT
📖 第 1 页 / 共 2 页
字号:
:c.Insufficient Trust Level:c.You have submitted a request for which you do not have the requiredtrust level to perform the request.:note.Additional information regarding the required trust level may beprovided in the result passed back from the submit call..*-----------------------------:row.:c.:hp2.26:ehp2.:c.STAF Registration Error:c.This indicates that an external service encountered a problem when tryingto register with STAF.  Ensure that STAF has been properly installed andconfigured..*-----------------------------:row.:c.:hp2.27:ehp2.:c.Service Configuration Error:c.This indicates an error with the configuration of an external service.  One possible explanation is that the LIBRARY you specified when configuring theservice does not exist.  Or, if you specified the EXECUTE option, verify thatthe executable exists and has the execute permission.  Or, if you specified thePARMS option, verify that all of the service configuration are valid.  Consultthe appropriate documentation for the service to verify whether you haveconfigured the service properly, or contact the service provider.:note.Additional information regarding why the service configuration failedmay be provided in the result passed back from the submit call..*-----------------------------:row.:c.:hp2.28:ehp2.:c.Queue Full:c.This indicates that you are trying to queue a message to a handle's queue,but the queue is full.  The maximum queue size can be increased by usingthe MAXQUEUESIZE statement in the STAF Configuration File..*-----------------------------:row.:c.:hp2.29:ehp2.:c.No Queue Element:c.This indicates that you tried to GET or PEEK a particular element in aqueue, but no such element exists, or the queue is empy..*-----------------------------:row.:c.:hp2.30:ehp2.:c.Notifiee Does Not Exist:c.This indicates that you are trying to remove a message notification fora machine/process/priority combination which does not exist in thenotification list..*-----------------------------:row.:c.:hp2.31:ehp2.:c.Invalid API Level:c.This indicates that a process has tried to call an invalid level of aninternal STAF API.  If this error occurs, report it to the authors..*-----------------------------:row.:c.:hp2.32:ehp2.:c.Service Not Unregisterable:c.This indicates that you are trying to unregister a service that is notunregisterable.  Note that internal services are not unregisterable..*-----------------------------:row.:c.:hp2.33:ehp2.:c.Service Not Available:c.This indicates that the service you requested is not currently able toaccept requests.  The service may be in the process of initializing orterminating..*-----------------------------:row.:c.:hp2.34:ehp2.:c.Semaphore Does Not Exist:c.This indicates that you are trying to release, query, or delete a semaphorethat does not exist..*-----------------------------:row.:c.:hp2.35:ehp2.:c.Not Semaphore Owner:c.This indicates that you are trying to release a semaphore for which yourprocess is not the current owner..*-----------------------------:row.:c.:hp2.36:ehp2.:c.Semaphore Has Pending Requests:c.This indicates that you are trying to delete either a mutex semaphore thatis currently owned or an event semaphore that has waiting processes..*-----------------------------:row.:c.:hp2.37:ehp2.:c.Timeout:c.This indicates that you submitted a request with a timeout value and therequest did not complete within the requested time..*-----------------------------:row.:c.:hp2.38:ehp2.:c.Java Error:c.This indicates an error performing a Java native method call.  A descriptionof the error will be returned in the result passed back from the submit call..*-----------------------------:row.:c.:hp2.39:ehp2.:c.Converter Error:c.This indicates an error performing a codepage conversion.  The most likelycause of this error is that STAF was not properly installed.  However, it ispossible that you are currently using a codepage that was not present orspecified during STAF installation..*-----------------------------:row.:c.:hp2.41:ehp2.:c.Invalid Object:c.This indicates that an invalid object was specified to a STAF API.If you receive this return code via a standard STAFSubmit call, report it tothe authors and the service provider..*-----------------------------:row.:c.:hp2.42:ehp2.:c.Invalid Parm:c.This indicates that an invalid parameter was specified to a STAF API.If you receive this return code via a standard STAFSubmit call, report it to the authors and the service provider..*-----------------------------:row.:c.:hp2.43:ehp2.:c.Request Number Not Found:c.This indicates that the specified Request Number was not found.  The specified Request Number may be invalid, or the request's information may no longer be available from the Service Service (for example, if the SERVICE FREEcommand had previously been issued for the request number)..*-----------------------------:row.:c.:hp2.44:ehp2.:c.Invalid Asynch Option:c.This indicates that an invalid Asynchronous submit option was specified..*-----------------------------:row.:c.:hp2.45:ehp2.:c.Request Not Complete:c.This indicates that the specified request is not complete.  This error code would be returned, for example, if you requested the result of a request which has not yet completed..*-----------------------------:row.:c.:hp2.46:ehp2.:c.Process Authentication Denied:c.This indicates that the userid/password you specified could not be authenticated.  The userid/password may not be valid or authentication may be disabled..*-----------------------------:row.:c.:hp2.47:ehp2.:c.Invalid Value:c.This indicates that an invalid value was specified.  This is closely relatedto the Invalid Request String return code, but indicates that a specific value in the request is invalid.  For example, you may not have specified a number where a number was expected.:note.Additional information regarding which value is invalid may be providedin the result passed back from the submit call..*-----------------------------:row.:c.:hp2.48:ehp2.:c.Does Not Exist:c.This indicates that the item you specified does not exist.  :note.Additional information regarding which item could not be found may beprovided in the result passed back from the submit call..*-----------------------------:row.:c.:hp2.49:ehp2.:c.Already Exists:c.This indicates that the item you specified already exists.  :note.Additional information regarding which item already exists may beprovided in the result passed back from the submit call..*-----------------------------:row.:c.:hp2.50:ehp2.:c.Directory Not Empty:c.This indicates that you have tried to delete a directory, but that directoryis not empty.:note.Additional information specifying the directory which could not be deletedmay be provided in the result passed back from the submit call..*-----------------------------:row.:c.:hp2.51:ehp2.:c.Directory Copy Error:c.This indicates that you have tried to copy a directory, but errors occuredduring the copy.:note.Additional information specifying the entries which could not be copiedmay be provided in the result passed back from the submit call..*-----------------------------:row.:c.:hp2.52:ehp2.:c.Diagnostics Not Enabled:c.This indicates that you tried to record diagnostics data, but diagnosticshave not been enabled.  You must enable diagnostics before you can recorddiagnostics data..*-----------------------------:row.:c.:hp2.53:ehp2.:c.Handle Authentication Failed:c.This indicates that the user, credentials, and/or authenticator you specifiedcould not be authenticated. The user/credentials may not be valid or theauthenticator may not be registered.:note.Additional information specifying why authentication was denied may beprovided in the result passed back from the submit call..*-----------------------------:row.:c.:hp2.54:ehp2.:c.Handle Already Authenticated:c.This indicates that the handle is already authenticated. The handle must beunauthenticated in order to be authenticated..*-----------------------------:row.:c.:hp2.55:ehp2.:c.Invalid STAF Version:c.This indicates that the version of STAF (or the version of a STAF service)is lower than the minimum required version..*-----------------------------:row.:c.:hp2.56:ehp2.:c.Request cancelled:c.This indicates that the request has been cancelled.:note.Additional information specifying why the request was cancelled may beprovided in the result passed back from the submit call..*-----------------------------:row.:c.:hp2.4000+:ehp2.:c.Service Defined:c.Error codes of 4000 and beyond are service specific error codes.  Eithersee the appropriate section in this document for the syntax of the service'srequests, or contact the provider of the service..*-----------------------------:etable.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -