blob: 6380f64fb1c547e9ca76b5069cefe9df1d1ae527 [file] [log] [blame]
rsc058b0112005-01-03 06:40:20 +00001.TH ERROR 9P
2.SH NAME
3error \- return an error
4.SH SYNOPSIS
5.ta \w'\fLRerror 'u
6.IR size [4]
7.B Rerror
8.IR tag [2]
9.IR ename [ s ]
10.SH DESCRIPTION
11The
12.B Rerror
13message
14(there is no
15.BR Terror )
16is used to return an error string
17describing the
18failure of a transaction.
19It replaces the corresponding reply message
20that would accompany a successful call; its tag is that
21of the failing request.
22.PP
23By convention, clients may truncate error messages after
24.B ERRMAX-1
25bytes;
26.B ERRMAX
27is defined in
28.BR <libc.h> .