Documented the return code. (Thanks to Olivier Bornet)
Showing
1 changed file
with
5 additions
and
2 deletions
... | @@ -56,9 +56,12 @@ The concrete mailbox type instantiate is based on the scheme of the url @var{nam | ... | @@ -56,9 +56,12 @@ The concrete mailbox type instantiate is based on the scheme of the url @var{nam |
56 | 56 | ||
57 | The return value is @code{0} on success and a code number on error conditions: | 57 | The return value is @code{0} on success and a code number on error conditions: |
58 | @table @code | 58 | @table @code |
59 | @item MU_ERROR_INVALID_PARAMETER | 59 | |
60 | @item MU_ERR_OUT_PTR_NULL | ||
61 | The pointer @var{pmbox} supplied is NULL. | ||
62 | @item MU_ERR_NO_HANDLER | ||
60 | The url @var{name} supplied is invalid or not supported. | 63 | The url @var{name} supplied is invalid or not supported. |
61 | @var{pmbox} is NULL. | 64 | @item EINVAL |
62 | @item ENOMEM | 65 | @item ENOMEM |
63 | Not enough memory to allocate resources. | 66 | Not enough memory to allocate resources. |
64 | @end table | 67 | @end table | ... | ... |
-
Please register or sign in to post a comment