In Workday Studio, there are basically two different kinds of errors, which are:
Run-time error and Compile-Time error.
Run-Time Error:
A runtime error is just an application error that happens while a program is being run. Runtime errors are often a type of exception that includes more specific error types like logic errors, undefined object errors, IO errors, encoding errors, division by zero errors, etc.
Compile-Time Error:
This happens when you don’t follow the rules for writing syntax. This error means we need to fix something before we can even compile the code.