--- title: Overview position: 1 seo_title: Overview of the Error Component seo_description: Learn about the basic features of the Telerik and Kendo UI Error component. --- ## Error Overview The Error component is used to display error messages or indicate validation issues related to a form field or to a associated component. It provides visual cues to the user and points out an error or problem with the entered data. The Error component appears below the problematic field and includes a descriptive message explaining the error and possible corrective actions. It plays a crucial role in enhancing the usability and accessibility of forms by helping users identify and address validation errors effectively. By default, the Error can be set as part of the Telerik and Kendo UI Form component. Custom components that do not contain form element require setting additional properties. ### Anatomy The anatomy of the Error summarizes the elements of the component. The next image shows the anatomy of a Error and includes the following elements: ![A Telerik and Kendo UI Error component.](images/components-error-overview-anatomy.png "Anatomy and elements of a Telerik and Kendo UI Error component.") Despite the default left alignment, you can also allign the Telerik and Kendo UI Error to the right by setting the `direction` configuration to `end`: ![A Telerik and Kendo UI Error component alligned to the right](images/components-error-overview-alignment.png "A representation of a Telerik and Kendo UI Error component that is alligned to the right") ### Framework-Specific Documentation For specific information about the component, refer to its official product documentation: ![Kendo UI for Angular logo.](/images/angular-logo.svg) ![Telerik UI for Blazor logo.](/images/blazor-logo.svg) ![Kendo UI for jQuery logo.](/images/jquery-logo.svg) ![Kendo UI for React logo.](/images/react-logo.svg) ![Kendo UI for Vue logo.](/images/vue-logo.svg) ![Telerik UI for ASP.NET Core logo.](/images/core-logo.svg) ![Telerik UI for ASP.NET MVC logo.](/images/mvc-logo.svg)