digitalmars.D.bugs - [enhancement] Another error code for std.syserror
- Matthew (1/1) Jan 27 2005 case 123: result = "invalid name"; break;
- Regan Heath (5/6) Jan 27 2005 Or instead of adding errors as you find them you could simply use the
- Matthew (3/8) Jan 27 2005 Sure, but what about ERROR_NOT_ENOUGH_MEMORY?
- Regan Heath (5/14) Jan 27 2005 Good point. We can simply add a special case static string for that, rig...
- Matthew (3/19) Jan 27 2005 Agreed. :-)
case 123: result = "invalid name"; break;
Jan 27 2005
On Fri, 28 Jan 2005 10:03:23 +1100, Matthew <admin stlsoft.dot.dot.dot.dot.org> wrote:case 123: result = "invalid name"; break;Or instead of adding errors as you find them you could simply use the attached code. Regan
Jan 27 2005
"Regan Heath" <regan netwin.co.nz> wrote in message news:opslacfpe123k2f5 ally...On Fri, 28 Jan 2005 10:03:23 +1100, Matthew <admin stlsoft.dot.dot.dot.dot.org> wrote:Sure, but what about ERROR_NOT_ENOUGH_MEMORY?case 123: result = "invalid name"; break;Or instead of adding errors as you find them you could simply use the attached code.
Jan 27 2005
On Fri, 28 Jan 2005 11:31:09 +1100, Matthew <admin stlsoft.dot.dot.dot.dot.org> wrote:"Regan Heath" <regan netwin.co.nz> wrote in message news:opslacfpe123k2f5 ally...Good point. We can simply add a special case static string for that, right? Attached. ReganOn Fri, 28 Jan 2005 10:03:23 +1100, Matthew <admin stlsoft.dot.dot.dot.dot.org> wrote:Sure, but what about ERROR_NOT_ENOUGH_MEMORY?case 123: result = "invalid name"; break;Or instead of adding errors as you find them you could simply use the attached code.
Jan 27 2005
"Regan Heath" <regan netwin.co.nz> wrote in message news:opslae9qfh23k2f5 ally...On Fri, 28 Jan 2005 11:31:09 +1100, Matthew <admin stlsoft.dot.dot.dot.dot.org> wrote:Agreed. :-)"Regan Heath" <regan netwin.co.nz> wrote in message news:opslacfpe123k2f5 ally...Good point. We can simply add a special case static string for that, right? Attached.On Fri, 28 Jan 2005 10:03:23 +1100, Matthew <admin stlsoft.dot.dot.dot.dot.org> wrote:Sure, but what about ERROR_NOT_ENOUGH_MEMORY?case 123: result = "invalid name"; break;Or instead of adding errors as you find them you could simply use the attached code.
Jan 27 2005