Handbook
Glossary
error-type ( error -- type )
Vocabulary
source-files
.
errors
Inputs
error
an
object
Outputs
type
an
object
Definition
IN:
source-files.errors
GENERIC:
error-type
( error -- type )
Methods
USING:
compiler.errors
kernel
source-files.errors
;
M:
compiler-error
error-type
drop
+compiler-error+
;
USING:
kernel
source-files.errors
tools.deprecation
;
M:
deprecation-note
error-type
drop
+deprecation-note+
;
USING:
help.lint
kernel
source-files.errors
;
M:
help-lint-error
error-type
drop
+help-lint-failure+
;
USING:
compiler.errors
kernel
source-files.errors
;
M:
linkage-error
error-type
drop
+linkage-error+
;
USING:
kernel
source-files.errors
tools.test
;
M:
test-failure
error-type
drop
+test-failure+
;
USING:
command-line
kernel
source-files.errors
;
M:
user-init-error
error-type
drop
+user-init-error+
;