error-object-message
-- r7rs
Definition accessor
;
error-object-message
(from vonuvoli
);Procedure variants:
((error-object) -> (string))
error-object
;string
;scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(error-object-message error-object)
Returns the message encapsulated by
error-object
.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.