Giter VIP home page Giter VIP logo

results's People

Contributors

oubiwann avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

erlsci

results's Issues

Add an error protocol and implementation

  • Protocol should define:
    • exception - ex
    • stacktrace - from (.getStackTrace ex)
    • exception-type - from (type ex)
    • suppressed - from (.getSuppressed ex)
    • cause - from (.getCause ex)
  • Implementation should use getter and setter in util ns for adding these to and returning them from metadata
  • Constructor should take as a single arg an exception and create a map with key :msg and value (ex-message ex), then call the exception error methods defined above to set ex in the metadata. All other methods can use ex from the metadata for their impls.

Note that not all errors have to be exceptions; the Error constructor, setter, and getter should account for this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.