Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)

Tag: Error

1SMARTchicken - Code Made Easy

Tag: Error

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Tag: Error

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Home
  • Error
HTML Reference

HTML – HTTP Status Messages

July 28, 2024 / HTML Reference, HTML Resources, Reference / Error

When a browser requests a service from a web server, the server returns a code along with the document/asset, like “404 Not Found” or “200 OK”.

JavaScript Reference

JavaScript – debugger Statement

August 1, 2024 / JavaScript Reference, JavaScript Statements, Reference / Error, JS Statement

The debugger statement stops the execution of a script and calls the debugger. If debugging is unavailable, the statement has no effect.

JavaScript Reference

JavaScript – throw Statement

August 2, 2024 / JavaScript Reference, JavaScript Statements, Reference / Error, JS Statement

The throw statement allows you to generate a custom error (throw an exception), which can be a String, a Number, a Boolean, or an Object.

JavaScript Reference

JavaScript – try…catch…finally Statement

August 2, 2024 / JavaScript Reference, JavaScript Statements, Reference / Error, JS Statement

The try…catch…finally statement handles errors without stopping JavaScript to output the error.

JavaScript Reference

JavaScript – console.error() Method

September 5, 2024 / JavaScript Methods, JavaScript Reference, Reference / Error, JS Console

The console.error() method writes an error message to the console, which can be useful for testing purposes.

JavaScript Reference

JavaScript – Error message Property

September 2, 2024 / JavaScript Properties, JavaScript Reference, Reference / Error, JS Error

The Error object provides error information when an error occurs. The message property sets or returns an error message.

JavaScript Reference

JavaScript – Error name Property

September 2, 2024 / JavaScript Properties, JavaScript Reference, Reference / Error, JS Error

The Error object provides error information when an error occurs. The name property sets or returns the name of an error.

JavaScript Reference

JavaScript – List of Error Properties

July 28, 2024 / JavaScript Reference, JavaScript Resources, Reference / Error

This is a quick reference list of JavaScript error properties with examples of how they are used.

jQuery Reference

jQuery – ajaxError() Method

August 5, 2024 / jQuery Ajax Methods, jQuery Methods, jQuery Reference, Reference / AJAX, Error

The ajaxError() method specifies a function to be run when an AJAX request fails, and should only be attached to the document.

PHP Reference

PHP – connection_aborted() Function

September 15, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error

The PHP connection_aborted() function checks whether the client has disconnected.

PHP Reference

PHP – debug_backtrace() Function

September 18, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error

The PHP debug_backtrace() function generates a PHP backtrace which displays data from the code that led up to the debug_backtrace() function.

PHP Reference

PHP – debug_print_backtrace() Function

September 18, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error

The PHP debug_print_backtrace() function prints a PHP backtrace which displays data from the code that led up to the debug_print_backtrace() function.

PHP Reference

PHP – error_get_last() Function

September 19, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error

The PHP error_get_last() function returns the last error that occurred (as an associative array).

PHP Reference

PHP – error_log() Function

September 19, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error

The PHP error_log() function sends an error message to a log, to a file, or to a mail account.

PHP Reference

PHP – error_reporting() Function

September 19, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Error

The PHP error_reporting() function specifies which errors are reported.

PHP Reference

PHP – Exception Constructor

September 19, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Exception

The PHP Exception() constructor is used to create an Exception object and set some of its properties.

PHP Reference

PHP – Exception getCode() Method

September 19, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Exception

The PHP getCode() method returns an integer which can be used to identify the exception.

PHP Reference

PHP – Exception getFile() Method

September 19, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Exception

The PHP getFile() method returns the absolute path to the file where an exception occurred.

PHP Reference

PHP – Exception getLine() Method

September 19, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Exception

The PHP getLine() method returns the line number of the line of code which threw the exception.

PHP Reference

PHP – Exception getMessage() Method

September 19, 2024 / PHP Functions, PHP Reference, Reference / Error, PHP Exception

The PHP getMessage() method returns a description of the error or behaviour that caused the exception to be thrown.

1 2 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (18)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (556)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (285)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2025@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2025 1SMARTchicken | All Rights Reserved.