Fail typedef

Fail = dynamic Function(int code, String msg)

Implementation

typedef Fail = Function(int code, String msg);