JMDash Docs
HomeLearn JM-Libraries & FunctionsCode examplesJM- Repo
  • Welcome to JM- Docs!
  • Quick introduction
    • What's JM-?
    • JMCompiler
      • How to compile with JMC
  • JM-'s Basics
    • Syntax 101
      • Calling functions
        • Built-in Functions
        • Other libraries
          • File: Read and Write
          • JMDash Math
          • JMDash Time
          • Standard System Input and Output
          • JMDash Argument Handler
          • JMDash Random
        • Custom libraries
      • Data types
      • Conditional statements
      • Conditional loop statements
      • Mathematics' logical conditions
      • Escape/Special characters
      • Variable Modification
      • Error Handling
      • Argument Handling
    • Appendables
    • Directives
  • Design Documents
    • Initial Design Document
    • Initial Design of Libraries Document
    • Initial Design of Error Handling Document
      • The Error Tree
        • Syntax Errors
        • FSErrors
        • MathErrors
        • TimeErrors
        • StdSysError
    • The, Post IDD
    • The, PIDD's First Revision
    • The, PIDD's Second Revision
  • Examples
    • Code examples
      • Hello World in JM-
      • Including libraries in JM-
      • Simple calculator in JM-
      • Argument-based calculator in JM-
Powered by GitBook
On this page

Was this helpful?

  1. Design Documents
  2. Initial Design of Error Handling Document
  3. The Error Tree

StdSysError

This page contains all of the errors listed in the StdSysError category, these are related to the .stdsysio library

StdSysError;
    -> UnavailableShell;
        // When using a shell that is not available in the current OS (context)
PreviousTimeErrorsNextThe, Post IDD

Last updated 7 months ago

Was this helpful?