Error Handling, The Julia Language, 2024 (The Julia Language) - Provides a comprehensive guide to Julia's error handling mechanisms, including try-catch blocks and how exceptions work, directly relevant to understanding runtime errors.
The Julia Language Manual: Types and Methods, The Julia Language, 2024 (The Julia Language) - Covers Julia's type system and multiple dispatch, which are core concepts for understanding TypeError and MethodError.
Think Julia: How to Think Like a Computer Scientist, Ben Lauwens and Allen B. Downey, 2019 (O'Reilly Media) - An introductory textbook that covers core programming concepts in Julia, including common errors and debugging strategies for beginners.