GeneralServerResponse: {
    errorDesc: string;
    result: boolean;
    successDesc: string;
}

Generic multi purpose server response.

Type declaration

  • errorDesc: string

    If the operation was not successful, this property will contain the error message (if any).

  • result: boolean

    Success flag of the operation.

  • successDesc: string

    If the operation was successful, this property will contain the success message (if any).

Generated using TypeDoc