I have a Mediatr pipeline behaviour which handles validation as a cross cutting concern, using FluentValidation it throws a ValidationException containing the v
I'm writing a Spring Boot 2.6.3 app with a HikariDataSource created programmatically (so I can control names, timeouts, etc.). The interface method is used by a
While editing a WPF custom control the design view in Visual Studio 2019 ran into this error: (entire exception details down below). Web searches have turned u
I have a class used to work with disk data consisting of an enum class and vector<char> sized based on the enum. The enum is an invariant for each object
I am using okhttp 4.9.0 to make API requests, but seems that can't get the response body as JSONOBJECT. This is my code: client.newCall(request).enqueue(object
I am using laravel "laravel/framework": "^8.75" version. When deployed the app turn APP_DEBUG=false but users get errors but they can not know what is wrong and
I have a console application that is running in Kubernetes. I want it to send an event through rabbit when it crashes on unhandled exception. Here is simplifie
This is the code i have used file
I have the following code, which is used to (sha) hash columns in a spark dataframe: import org.apache.spark.sql.DataFrame import org.apache.spark.sql.functions
I want to handle exceptions in code in a way that during the processing of an object if an exception arises, then in the catch block I want to log the object th
I have a piece of code that throws exception and I dont quite understand why. public async Task<List<CategoryVm>> Handle(GetCategoriesListQuery re
I'm getting this exception when trying to ->write() a DataObject called 'ModelSheet', it says the name should be Models\ModelSheet instead of ModelSheet only
When I pass *grant @user add in Discord I get the following exception: Ignoring exception in command grant: Traceback (most recent call last): File "/Users/te
Why does string not work here when I catch an error, and char const* does? What is the difference between the two? try { throw "connection fail"; } catch(
Good afternoon all, I am getting the following error message: "Reverse for 'save-review' with arguments '('',)' not found. 1 pattern(s) tried: ['save\-review/(?
My talend job is working perfectly now,but i would like to induce some basic quality validation checks and put them in place to capture the error right away wit
I've seen this question: How can I get the line number and file name from an exception in net Core? And tried the code, but it always says line 0 and no file na
I'm implementing a draft of a connection between 2 Raspberry and an Arduino, connected via mqtt. I'm working on Node-RED flows and I used mqtt nodes. As you can
I am unable to show more than one WebView2 control in an application hosted on a network shared folder. Let me say straight out of the bat that the solutions di
I am currently developing a custom exception middleware and I also have my own exceptions. The goal is to be able to have a common library for multiple APIs and