commit | 62a75162b995dc0f800ef0f8726f2855720f8aa8 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Fri Apr 17 17:23:37 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Tue Apr 28 15:16:22 2009 -0700 |
tree | a5c9b1786c7d48b9ac6dfb720493a3b93080de5e | |
parent | aa336024f7044a79a5a1d337b45303811b617649 [diff] |
Changed the way errors are propagated through the verifier. Changed the boolean "okay" to a "failure" enumeration. Most failures are "generic", but some are called out specially. Added a more detailed failure result from resolver functions. In theory, no behavior has changed.