• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

F.2 Library predicates
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Summary
        • Library predicates
          • library(aggregate)
          • library(apply)
          • library(assoc)
          • library(broadcast)
          • library(charsio)
          • library(check)
          • library(clpb)
          • library(clpfd)
          • library(clpqr)
          • library(csv)
          • library(debug)
          • library(error)
          • library(iostream)
          • library(summaries.d/iostream/tex)
          • library(lists)
          • library(main)
          • library(option)
          • library(optparse)
          • library(ordsets)
          • library(persistency)
          • library(predicate_options)
          • library(prologpack)
          • library(prologxref)
          • library(pairs)
          • library(pio)
          • library(random)
          • library(readutil)
          • library(record)
          • library(registry)
          • library(simplex)
          • library(ugraphs)
          • library(url)
          • library(www_browser)
          • library(solution_sequences)
          • library(thread_pool)
          • library(varnumbers)
          • library(yall)
    • Packages

F.2.12 library(error)

current_type/3True when Type is a currently defined type and Var satisfies Type of the body term Body succeeds.
domain_error/2The argument is of the proper type, but has a value that is outside the supported values.
existence_error/2Term is of the correct type and correct domain, but there is no existing (external) resource that is represented by it.
has_type/2True if Term satisfies Type.
instantiation_error/1An argument is under-instantiated.
is_of_type/2True if Term satisfies Type.
must_be/2True if Term satisfies the type constraints for Type.
permission_error/3It is not allowed to perform Action on the object Term that is of the given Type.
representation_error/1A representation error indicates a limitation of the implementation.
resource_error/1A goal cannot be completed due to lack of resources.
syntax_error/1A text has invalid syntax.
type_error/2Tell the user that Term is not of the expected Type.
uninstantiation_error/1An argument is over-instantiated.

ClioPatria (version V3.1.1-21-gb8003bb)