OSF DCE Application Development Guide--Introduction and Style Guide
Errors and Messaging
start
code server_error
subcomponent smp_s_server
attributes "svc_c_sev_fatal"
text "%s: %s"
explanation "general error message"
action "?"
end
start
code no_permissions
subcomponent smp_s_manager
attributes "svc_c_sev_notice"
text "No permissions"
explanation "Client does not have permissions for operation"
action "None required."
end
start
code object_not_found
subcomponent smp_s_manager
attributes "svc_c_sev_error"
text "Object not found"
explanation "object was not found in UUID-indexed database"
action "None required."
end
start
code manager_error
subcomponent smp_s_manager
attributes "svc_c_sev_fatal"
text "%s: %s"
explanation "general error message"
action "?"
end
start
code binder_error
subcomponent smp_s_binder
attributes "svc_c_sev_fatal"
text "%s: %s"
explanation "general error message"
action "?"
end
124246 Tandem Computers Incorporated 7−9