Re: List of error codes
Re: List of error codes
- Subject: Re: List of error codes
- From: Paul Skinner <email@hidden>
- Date: Sat, 29 Sep 2001 10:28:16 -0400
on 9/28/01 9:41 PM, Paul Berkowitz wrote:
>
On 9/28/01 6:28 PM, "Paul Skinner" <email@hidden> wrote:
>
>
> on 9/28/01 5:17 PM, duanemitchell wrote:
>
>
>
>> Ehsan said:
>
>>
>
>>> Why bother, SD3 has it memorized already, though maybe not documented.
>
>>>
>
>>> open the console window, type "error number -1718" and hit enter
>
>>
>
>> Nice! I did not know that. Very cool!!
>
>>
>
>> -Duane
>
>
>
> I don't know still. What you get from SD3 when you type "error number -1718"
>
> in the console window?
>
>
An error message that says "Reply has not yet arrived. -1718" (in OS X)
That's what I'd guessed. So I don't think that SD3 has them memorized. The
OS has these error codes within it for reporting to the user.
try
error number -1718
on error errortext number errnum
return errortext & " " & errnum
end try
-->"Reply has not yet arrived. -1718" (in SE - OS 9.2)
Although the console window is obviously cooler.
--
Paul Skinner