InterfacesErrorResponseOn this pageInterface: ErrorResponseRepresents the response object for errors.Propertiesmessage• message: stringContains the error message.Defined insrc/error/error.interface.ts:15success• success: booleanIndicates if the request was successful or not.Defined insrc/error/error.interface.ts:9