2022-12-20 19:18:49 -05:00
|
|
|
Error: Error with errors prop.
|
|
|
|
at [WILDCARD]/error_with_errors_prop.js:1:15
|
|
|
|
|
|
|
|
Error: Error with errors prop.
|
2023-04-30 03:24:13 -04:00
|
|
|
at [WILDCARD]/error_with_errors_prop.js:1:15 {
|
|
|
|
errors: [
|
|
|
|
Error: Error message 1.
|
|
|
|
at [WILDCARD]/error_with_errors_prop.js:3:3,
|
|
|
|
Error: Error message 2.
|
|
|
|
at [WILDCARD]/error_with_errors_prop.js:4:3
|
|
|
|
]
|
|
|
|
}
|
2022-12-20 19:18:49 -05:00
|
|
|
|
2023-12-06 19:02:52 -05:00
|
|
|
error: Uncaught (in promise) Error: Error with errors prop.
|
2022-12-20 19:18:49 -05:00
|
|
|
const error = new Error("Error with errors prop.");
|
|
|
|
^
|
|
|
|
at [WILDCARD]/error_with_errors_prop.js:1:15
|