|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 1736 (0x6c8)
Types: TextFile
Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
└─⟦d65440be7⟧ »DATA«
└─⟦this⟧
with Communications;
with Mac_Text;
with Mac_Types;
package Rational_Error is
type Rational_Error is (Ok, Connection, Internal_Error, Bad_User,
Access_Error, Device_Error, Lock_Error,
Name_Error, Policy_Error, Status_Error,
Storage_Error, Unsupported, Use_Error,
Command_Error, Command_Terminated,
Command_Timed_Out, Resource_Limit);
for Rational_Error use (Ok => 0,
Connection => 1,
Internal_Error => 2,
Bad_User => 3,
Access_Error => 4,
Device_Error => 5,
Lock_Error => 6,
Name_Error => 7,
Policy_Error => 8,
Status_Error => 9,
Storage_Error => 10,
Unsupported => 11,
Use_Error => 12,
Command_Error => 13,
Command_Terminated => 14,
Command_Timed_Out => 15,
Resource_Limit => 16);
No_Text : Mac_Text.Text (0);
Rational_Exception : exception;
procedure Raise_Error (Error : Rational_Error);
procedure Raise_Mac_Error (Err : Mac_Types.Oserr);
function Get return Rational_Error;
procedure Report (A_Connection : in out Communications.Connection;
Request : Natural;
Error : Rational_Error;
Text : Mac_Text.Text := No_Text);
end Rational_Error;