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 = error_code

---

Sets the error code of *stctx*. This is used by the verification
callback set to OpenSSL::X509::Store#verify_callback=.

See also the man page X509_STORE_CTX_set_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.