Opened 14 years ago

Closed 13 years ago

#410 closed task (fixed)

cerrno exception class

Reported by: Peter Johansson Owned by: Peter Johansson
Priority: minor Milestone: svndigest 0.9
Component: core Version: trunk
Keywords: Cc:

Description

We use some C functions that retun non-zero and use errno to propagate details on the error. For convenience we could have an exception class that translates errno to a human readable message (using function strerror).

Change History (5)

comment:1 Changed 14 years ago by Peter Johansson

(In [880]) refs #410 minor style changes

  • prefer comment before code becuse it makes more sense in expanded configure
  • comment with dnl when the comment makes no sense in configure
  • added some quotation

comment:2 Changed 13 years ago by Peter Johansson

There is a ticket 616 in yat about this. We can use that class, so this ticket is simply about using the class.

comment:3 Changed 13 years ago by Peter Johansson

(In [1039]) updating to the latest yat. refs #410

comment:4 Changed 13 years ago by Peter Johansson

Milestone: svndigest 0.x+svndigest 0.9
Owner: changed from Jari Häkkinen to Peter Johansson
Status: newassigned

comment:5 Changed 13 years ago by Peter Johansson

Resolution: fixed
Status: assignedclosed

(In [1186]) using errno_error. closes #410

Note: See TracTickets for help on using tickets.