This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

error

        # OpenSSL::X509::StoreContext.error

(from ruby core)
### Implementation from StoreContext
---
    stctx.error -> Integer

---

Returns the error code of *stctx*. This is typically called after
#verify is done, or from the verification callback set to
OpenSSL::X509::Store#verify_callback=.

See also the man page X509_STORE_CTX_get_error(3).



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.