error

File error.str
Author Martin Bravenboer <mbravenb@cs.uu.nl>
Since 0.9.4

Error handling for system strategies.




Statistics


General
Lines of code 3
Stratego
Module number 1 (0% documented)
Constructor number 0
Overlay number 0
Strategy number 0
Rule number 0
DynamicRule number 0



Constructor summary


ErrorNumber(ATerm ) n/a error.str

Strategy summary


EXDEV n/a error.str
get-errno n/a error.str
get-last-error n/a error.str
perror Print a system error message error.str
strerror Return string describing error code error.str



Strategy details


ATerm get-errno
File error.str
Author unknown
Since 0.9.4
 

No information available.


see man errno
type _ -> Int

 
ATerm get-last-error
File error.str
Author unknown
Since 0.9.4
 

No information available.


type _ -> Error

 
ATerm perror
File error.str
Author unknown
Since 0.9.4
 

Print a system error message.


see man perror
type String -> String

 
ATerm strerror
File error.str
Author unknown
Since 0.9.4
 

Return string describing error code


see man strerror
type Int -> String