Top "Custom-error-handling" questions

Reference - What does this error mean in PHP?

What is this? This is a number of answers about warnings, errors, and notices you might encounter while programming PHP …

php debugging error-handling warnings custom-error-handling
A potentially dangerous Request.QueryString value was detected from the client

I'm using WebForm I'm doing a Security Testing to my site but when I try to pass through url a …

c# asp.net .net query-string custom-error-handling
Null check chain vs catching NullPointerException

A web service returns a huge XML and I need to access deeply nested fields of it. For example: return …

java exception nullpointerexception null custom-error-handling
Display custom error message in Dynamics AX 2012

I'm new in AX and want to know how to display custom error message or warning. I have looked for …

error-handling microsoft-dynamics axapta dynamics-ax-2012 custom-error-handling
.Net Core 2.x Redirect to Error Page

I have a simple ASP.Net Core 2.0 web application and I have enabled Windows Authentication in project property by enabling …

asp.net-core asp.net-core-mvc asp.net-core-2.0 asp.net-core-mvc-2.0 custom-error-handling
Is it possible to use a Relative path when setting a custom error page in IIS7?

I'm trying to set a custom 404 error page for my web application. The trouble is that this application will be …

asp.net iis-7 custom-error-handling
How to avoid “memory … exhausted” error when using debug_backtrace() in custom error handler?

I wrote an error handler for my website that looks like this: function errorHandler($number, $string, $file, $line, $context, $type = …

php error-handling custom-error-handling
Nginx, PHP + FPM Custom Error Pages

I am trying to create some custom error pages but can't seem to get the 500 one working. I have the …

php nginx custom-error-pages custom-error-handling