#errors

Found 2 articles tagged with #errors

How to fix ReferenceError window is not defined

You'll encounter the "ReferenceError: window is not defined" error when you try to access the window object in an environment where it's not available.

How to catch different errors in Swift

In Swift you cannot rely on the compiler to check the error type for you, you have to use runtime checks or type casting to determine what kind of error you are dealing with.

Oct 08, 2023#swift#errors