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

error_string

        # OpenSSL::X509::StoreContext.error_string

(from ruby core)
### Implementation from StoreContext
---
    stctx.error_string -> String

---

Returns the human readable error string corresponding to the error code
retrieved by #error.

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