e32err.tph

来自「在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己」· TPH 代码 · 共 55 行

TPH
55
字号
rem  E32ERR.OPH version 1.00
rem  E32 error constants
rem  Copyright (c) 1999-2001 Symbian Ltd. All rights reserved.

rem  The error values returned by EPOC are listed below. 
rem  Note that these are different from the error values 
rem  returned by OPL in general. They may, however, be 
rem  returned in the status word of certain OPX functions.

const KE32ErrNone&=0
const KE32ErrNotFound&=-1
const KE32ErrGeneral&=-2
const KE32ErrCancel&=-3
const KE32ErrNoMemory&=-4
const KE32ErrNotSupported&=-5
const KE32ErrArgument&=-6
const KE32ErrTotalLossOfPrecision&=-7
const KE32ErrBadHandle&=-8
const KE32ErrOverflow&=-9
const KE32ErrUnderflow&=-10
const KE32ErrAlreadyExists&=-11
const KE32ErrPathNotFound&=-12
const KE32ErrDied&=-13
const KE32ErrInUse&=-14
const KE32ErrServerTerminated&=-15
const KE32ErrServerBusy&=-16
const KE32ErrCompletion&=-17
const KE32ErrNotReady&=-18
const KE32ErrUnknown&=-19
const KE32ErrCorrupt&=-20
const KE32ErrAccessDenied&=-21
const KE32ErrLocked&=-22
const KE32ErrWrite&=-23
const KE32ErrDisMounted&=-24
const KE32ErrEof&=-25
const KE32ErrDiskFull&=-26
const KE32ErrBadDriver&=-27
const KE32ErrBadName&=-28
const KE32ErrCommsLineFail&=-29
const KE32ErrCommsFrame&=-30
const KE32ErrCommsOverrun&=-31
const KE32ErrCommsParity&=-32
const KE32ErrTimedOut&=-33
const KE32ErrCouldNotConnect&=-34
const KE32ErrCouldNotDisconnect&=-35
const KE32ErrDisconnected&=-36
const KE32ErrBadLibraryEntryPoint&=-37
const KE32ErrBadDescriptor&=-38
const KE32ErrAbort&=-39
const KE32ErrTooBig&=-40
const KE32ErrDivideByZero&=-41
const KE32ErrBadPower&=-42
const KE32ErrDirFull&=-43

rem  End of E32ERR.OPH

⌨️ 快捷键说明

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