Back to Website
Show / Hide Table of Contents

Class AjaxResponseException

Inheritance
Exception
AjaxResponseException
Package: @aurigma/design-atoms

Constructors

(constructor)(ajaxResponse)

Constructs a new instance of the AjaxResponseException class

Declaration
constructor(ajaxResponse: IResponse);
Parameters
Type Name Description
IResponse ajaxResponse

Properties

ajaxResponse

Declaration
ajaxResponse: IResponse;
Property Value
Type Description
IResponse

name

Declaration
name: string;
Property Value
Type Description
string

Methods

toJSON()

Declaration
toJSON(): {
        name: string;
        innerException: Error | Exception;
        message: string;
    };
Returns
Type Description
{ name: string; innerException: Error | Exception; message: string; }
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback